flipperzero-firmware/applications/services/power/power_cli.h

12 lines
113 B
C
Raw Normal View History

#pragma once
#ifdef __cplusplus
extern "C" {
#endif
void power_on_system_start();
#ifdef __cplusplus
}
#endif