score: Add missing declaration

This commit is contained in:
Sebastian Huber
2016-04-06 15:15:27 +02:00
parent 648a5df4ce
commit d2f9fa510f

View File

@@ -208,6 +208,13 @@ extern volatile time_t _Timecounter_Time_second;
*/ */
extern volatile time_t _Timecounter_Time_uptime; extern volatile time_t _Timecounter_Time_uptime;
/**
* @brief The binary boot time.
*
* The boot time changes via _Timecounter_Set_clock().
*/
extern struct bintime _Timecounter_Boottimebin;
/** /**
* @brief The current timecounter. * @brief The current timecounter.
*/ */