Skip to content

Commit b4ab99f

Browse files
committed
Update dmod-cfg.cmake to include time.h library option and update subproject commits for dmod and dmosi-freertos
1 parent f0b568a commit b4ab99f

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

configs/dmod-cfg.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ set(DMOD_USE_TERMIOS OFF CACHE BOOL "Enable to use the termios library")
3434
# Use FastLZ compression library
3535
set(DMOD_USE_FASTLZ ON CACHE BOOL "Enable to use the FastLZ compression library")
3636

37+
# Use time.h library
38+
set(DMOD_USE_TIME_H OFF CACHE BOOL "Enable to use the time.h library")
39+
3740
# Implement custom printf
3841
set(DMOD_IMPLEMENT_PRINTF ON CACHE BOOL "Enable to implement printf function inside DMOD")
3942

0 commit comments

Comments
 (0)