mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-12 13:08:13 +08:00
7 lines
87 B
C
7 lines
87 B
C
#ifndef __USER_POWER_H_
|
|
#define __USER_POWER_H_
|
|
|
|
void user_power_init( void );
|
|
|
|
#endif
|