We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 875653a commit a1c7a22Copy full SHA for a1c7a22
.clang-format
@@ -1,2 +1,5 @@
1
IndentWidth: 4
2
BasedOnStyle: LLVM
3
+ColumnLimit: 0
4
+AllowShortIfStatementsOnASingleLine: Always
5
+AllowShortBlocksOnASingleLine: Always
Telemetry-Main/CMakeLists.txt
@@ -19,6 +19,7 @@ add_library(BT817Q STATIC ./BT817Q/BT817Q.cpp ./BT817Q/layouts.cpp)
19
target_include_directories(BT817Q PUBLIC ./BT817Q)
20
target_link_libraries(BT817Q mbed-core-flags)
21
22
+set(CMAKE_CXX_STANDARD 20)
23
add_executable(${PROJECT_NAME} main.cpp VehicleStateManager.cpp)
24
target_link_libraries(${PROJECT_NAME} mbed-os libradio mbed-storage-sd mbed-storage-fat BT817Q)
25
mbed_set_post_build(${PROJECT_NAME})
0 commit comments