Browse Source

AP_HAL_F4Light: small fix (NFC)

master
night-ghost 7 years ago committed by Francisco Ferreira
parent
commit
ba0cec9c05
  1. 2
      libraries/AP_HAL_F4Light/wirish/main.cxx

2
libraries/AP_HAL_F4Light/wirish/main.cxx

@ -30,7 +30,7 @@ extern void init(); @@ -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…
Cancel
Save