2026-05-10 21:35:40 +08:00

10 lines
114 B
C

#ifndef __PCF8563_H__
#define __PCF8563_H__
#include "mw_rtc_define.h"
extern rtc_drv_str pcf8563_drv;
#endif