10 lines
114 B
C
10 lines
114 B
C
#ifndef __PCF8563_H__
|
|
#define __PCF8563_H__
|
|
|
|
#include "mw_rtc_define.h"
|
|
|
|
extern rtc_drv_str pcf8563_drv;
|
|
|
|
|
|
#endif
|