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