mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-24 13:52:38 +03:00
585b7f963d
merge ofw commit
12 lines
117 B
C
12 lines
117 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void power_on_system_start(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|