Files
AC707N/SDK/apps/watch/include/power_on.h
T
2025-12-03 11:12:34 +08:00

11 lines
128 B
C

#ifndef _POWERON_H_
#define _POWERON_H_
#include "system/event.h"
struct app_mode *app_enter_poweron_mode(int arg);
#endif