mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 12:29:17 +08:00
cpukit/rtems: fix return type mismatch for _TOD_To_seconds
This commit is contained in:
@@ -42,7 +42,7 @@ const uint16_t _TOD_Days_to_date[2][13] = {
|
||||
const uint16_t _TOD_Days_since_last_leap_year[4] = { 0, 366, 731, 1096 };
|
||||
|
||||
|
||||
uint32_t _TOD_To_seconds(
|
||||
Watchdog_Interval _TOD_To_seconds(
|
||||
const rtems_time_of_day *the_tod
|
||||
)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user