Skip to content

Commit 298f851

Browse files
switched to submodule for cleaner history
1 parent b9dfb86 commit 298f851

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[submodule "sedsprintf_rs"]
2+
path = sedsprintf_rs
3+
url = https://github.com/University-at-Buffalo-SEDS/sedsprintf_2026
4+
branch = main

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ target_link_libraries(${CMAKE_PROJECT_NAME}
6868
)
6969

7070
# Telemetry Library
71+
set(SEDSPRINTF_RS_DEVICE_IDENTIFIER "RF" CACHE STRING "" FORCE)
7172
add_subdirectory(${CMAKE_SOURCE_DIR}/sedsprintf_rs)
7273
target_link_libraries(${CMAKE_PROJECT_NAME} sedsprintf_rs)
7374

@@ -82,4 +83,4 @@ if(ENABLE_TELEMETRY)
8283
add_compile_definitions(TELEMETRY_ENABLED)
8384
else()
8485
# Not defined → disabled
85-
endif()
86+
endif()

sedsprintf_rs

Submodule sedsprintf_rs added at 29ced34

0 commit comments

Comments
 (0)