cpukit/rtems: fix return type mismatch for _TOD_To_seconds

This commit is contained in:
Gedare Bloom
2016-07-25 12:44:47 -04:00
parent 6e98ea9157
commit 10e4000221
+1 -1
View File
@@ -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
)
{