Skip to content

Commit 34ec8ee

Browse files
committed
refactoring... (WIP)
1 parent 97ba2f6 commit 34ec8ee

21 files changed

+914
-863
lines changed

.clang-format

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ BasedOnStyle: LLVM
33
ColumnLimit: 0
44
AllowShortIfStatementsOnASingleLine: Always
55
AllowShortBlocksOnASingleLine: Always
6+
IndentAccessModifiers: false
7+
AccessModifierOffset: -4

Telemetry-Main/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ add_library(libradio STATIC ../XBeeRadio/libradio/src/radio.cpp)
1515
target_include_directories(libradio PUBLIC ../XBeeRadio/libradio/src/)
1616
target_link_libraries(libradio mbed-os)
1717

18-
add_library(BT817Q STATIC ./BT817Q/BT817Q.cpp ./BT817Q/layouts.cpp)
19-
target_include_directories(BT817Q PUBLIC ./BT817Q)
18+
add_library(BT817Q STATIC ./dash/BT817Q.cpp ./dash/layouts.cpp)
19+
target_include_directories(BT817Q PUBLIC ./dash)
2020
target_link_libraries(BT817Q mbed-core-flags)
2121

2222
set(CMAKE_CXX_STANDARD 20)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)