1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 22:43:50 +01:00

periph/rtc: removed RTC_NUMOF guards from header

This commit is contained in:
Hauke Petersen 2017-08-23 14:59:21 +02:00
parent 55de35345c
commit 7204ec3166

View File

@ -33,9 +33,6 @@
extern "C" {
#endif
/* guard file in case no RTC device was specified */
#if RTC_NUMOF
/**
* @brief Signature for alarm Callback
*
@ -108,8 +105,6 @@ void rtc_poweron(void);
*/
void rtc_poweroff(void);
#endif /* RTC_NUMOF */
#ifdef __cplusplus
}
#endif