mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 09:28:58 +00:00
update C++ standard (c++11 -> c++14)
- temporarily disable snapdragon builds until toolchain is updated
This commit is contained in:
@@ -2,6 +2,7 @@ include_directories(
|
||||
./include
|
||||
)
|
||||
|
||||
add_compile_options(-Wno-unused-variable)
|
||||
add_library(uavcan_kinetis_driver STATIC
|
||||
./src/uc_kinetis_flexcan.cpp
|
||||
./src/uc_kinetis_clock.cpp
|
||||
|
||||
@@ -693,7 +693,7 @@ void CanIface::handleRxInterrupt(uavcan::uint32_t rx_iflags, uavcan::uint64_t ut
|
||||
frame.data[7] = rf.data.b7;
|
||||
|
||||
volatile uavcan::uint32_t idhit = can_->RXFIR;
|
||||
UNUSED(idhit);
|
||||
|
||||
(void)can_->TIMER;
|
||||
can_->IFLAG1 = flexcan::CAN_FIFO_NE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user