CMake: Device Reattacher period is now 2000ms

This commit is contained in:
2025-09-30 23:10:10 -04:00
parent 55fe2675df
commit 80004ab1e7
+1 -1
View File
@@ -25,7 +25,7 @@ endif()
math(EXPR MIND_VOSCILLATOR_FREQ_MS "1000 / ${MIND_VOSCILLATOR_PERIOD_MS}") math(EXPR MIND_VOSCILLATOR_FREQ_MS "1000 / ${MIND_VOSCILLATOR_PERIOD_MS}")
# Device manager reattacher configuration # Device manager reattacher configuration
set(MRNTT_DEVMGR_REATTACHER_PERIOD_MS 1500 set(MRNTT_DEVMGR_REATTACHER_PERIOD_MS 2000
CACHE STRING "Device manager reattacher period (ms)") CACHE STRING "Device manager reattacher period (ms)")
if(NOT MRNTT_DEVMGR_REATTACHER_PERIOD_MS GREATER 0) if(NOT MRNTT_DEVMGR_REATTACHER_PERIOD_MS GREATER 0)
message(FATAL_ERROR message(FATAL_ERROR