AP_HAL_F4Light: small fix (NFC)

This commit is contained in:
night-ghost 2018-03-05 10:38:47 +05:00 committed by Francisco Ferreira
parent 1224ddc16b
commit ba0cec9c05

View File

@ -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(){}