pkg/landfall-examples/hw_info/x1600.c | raw changeset files shortlog | cpm-library-improvements |
1.1 --- a/pkg/landfall-examples/hw_info/x1600.c Thu Nov 16 01:15:40 2023 +0100 1.2 +++ b/pkg/landfall-examples/hw_info/x1600.c Thu Nov 16 17:48:32 2023 +0100 1.3 @@ -361,6 +361,11 @@ 1.4 x1600_rtc_set_alarm_seconds(rtc, seconds); 1.5 } 1.6 1.7 +void rtc_hibernate(void *rtc) 1.8 +{ 1.9 + x1600_rtc_hibernate(rtc); 1.10 +} 1.11 + 1.12 void rtc_power_down(void *rtc) 1.13 { 1.14 x1600_rtc_power_down(rtc);