mirror of
https://github.com/mist-devel/mist-firmware.git
synced 2026-04-25 03:55:33 +00:00
11 lines
165 B
C
11 lines
165 B
C
#ifndef RTC_PCF85263_H
|
|
#define RTC_PCF85263_H
|
|
|
|
/*
|
|
* Driver for NXP PCF85263/PCF85363 rtc
|
|
*/
|
|
|
|
extern const rtc_chip_t rtc_pcf85263_chip;
|
|
|
|
#endif // RTC_PCF85263_H
|