Removed Timer.cpp from CMakeLists
This commit is contained in:
parent
322c14d4bb
commit
5064d44999
@ -13,7 +13,6 @@ target_sources(${LIB_FSFW_NAME}
|
|||||||
QueueFactory.cpp
|
QueueFactory.cpp
|
||||||
SemaphoreFactory.cpp
|
SemaphoreFactory.cpp
|
||||||
TaskFactory.cpp
|
TaskFactory.cpp
|
||||||
Timer.cpp
|
|
||||||
tcpipHelpers.cpp
|
tcpipHelpers.cpp
|
||||||
unixUtility.cpp
|
unixUtility.cpp
|
||||||
)
|
)
|
||||||
|
@ -47,7 +47,7 @@ uint32_t Countdown::getRemainingMillis() const {
|
|||||||
}
|
}
|
||||||
|
|
||||||
uint32_t Countdown::getCurrentTime() const {
|
uint32_t Countdown::getCurrentTime() const {
|
||||||
uint32_t current_time;
|
uint32_t currentTime;
|
||||||
Clock::getUptime( ¤t_time );
|
Clock::getUptime( ¤tTime );
|
||||||
return current_time;
|
return currentTime;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user