mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-20 03:41:42 +03:00
12 lines
113 B
C
12 lines
113 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void power_on_system_start();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|