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