Skip to content

Commit a1c7a22

Browse files
committed
refactor everything, fix SD card bugs, cleanup
1 parent 875653a commit a1c7a22

File tree

4 files changed

+229
-379
lines changed

4 files changed

+229
-379
lines changed

.clang-format

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
IndentWidth: 4
22
BasedOnStyle: LLVM
3+
ColumnLimit: 0
4+
AllowShortIfStatementsOnASingleLine: Always
5+
AllowShortBlocksOnASingleLine: Always

Telemetry-Main/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ add_library(BT817Q STATIC ./BT817Q/BT817Q.cpp ./BT817Q/layouts.cpp)
1919
target_include_directories(BT817Q PUBLIC ./BT817Q)
2020
target_link_libraries(BT817Q mbed-core-flags)
2121

22+
set(CMAKE_CXX_STANDARD 20)
2223
add_executable(${PROJECT_NAME} main.cpp VehicleStateManager.cpp)
2324
target_link_libraries(${PROJECT_NAME} mbed-os libradio mbed-storage-sd mbed-storage-fat BT817Q)
2425
mbed_set_post_build(${PROJECT_NAME})

0 commit comments

Comments
 (0)