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:
parent
55de35345c
commit
7204ec3166
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user