4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-17 07:23:30 +08:00
2017-10-21 23:26:30 +08:00

7 lines
79 B
C

#ifndef DRV_CLCD_H__
#define DRV_CLCD_H__
int drv_clcd_hw_init(void);
#endif