AP_HAL_F4Light: small fix (NFC)
This commit is contained in:
parent
1224ddc16b
commit
ba0cec9c05
@ -30,7 +30,7 @@ extern void init();
|
||||
|
||||
// Force init to be called *first*, i.e. before static object allocation.
|
||||
// Otherwise, statically allocated objects that need libmaple may fail.
|
||||
__attribute__(( constructor )) void premain() ;
|
||||
__attribute__(( constructor )) void premain();
|
||||
|
||||
|
||||
__attribute__(( constructor )) void premain(){}
|
||||
|
Loading…
Reference in New Issue
Block a user