Skip to content

Commit

Permalink
ecal ini synched with eclipse-ecal
Browse files Browse the repository at this point in the history
  • Loading branch information
rex-schilasky committed Feb 8, 2024
1 parent 19453ce commit 6595a8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/core/cfg/ecal.ini
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ registration_refresh = 1000
; --------------------------------------------------
; TIME SETTINGS
; --------------------------------------------------
; timesync_module_rt = "ecaltime-localtime" Time synchronisation interface name (dynamic library)
; timesync_module_rt = ecaltime-localtime Time synchronisation interface name (dynamic library)
; The name will be extended with platform suffix (32|64), debug suffix (d) and platform extension (.dll|.so)
;
; Available modules are:
Expand All @@ -88,7 +88,7 @@ registration_refresh = 1000
; (device configuration in ecaltime.ini)
; --------------------------------------------------
[time]
timesync_module_rt = ""
timesync_module_rt = ecaltime-localtime

; ---------------------------------------------
; PROCESS SETTINGS
Expand Down
2 changes: 1 addition & 1 deletion src/service/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_gtest(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER testing/service)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER tests/service)

source_group(TREE "${CMAKE_CURRENT_SOURCE_DIR}" FILES
${sources}
Expand Down

0 comments on commit 6595a8e

Please sign in to comment.