Skip to content

Commit fb4bd64

Browse files
Merge branch 'main' into houliston/priority-changes
2 parents 8947753 + be97aa5 commit fb4bd64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clock.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ namespace NUClear {
3434
#ifdef NUCLEAR_CLOCK_TYPE
3535
using base_clock = NUCLEAR_CLOCK_TYPE;
3636
#else
37-
using base_clock = std::chrono::steady_clock;
37+
using base_clock = std::chrono::system_clock;
3838
#endif // NUCLEAR_CLOCK_TYPE
3939

4040
/**

0 commit comments

Comments
 (0)