mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-27 06:50:21 +00:00
11 lines
113 B
C
11 lines
113 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void power_on_system_start();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|