microbit: removed extern of the app_main symbol (which no longer exists)

master
James Devine 7 years ago
parent 213961fd43
commit a113d304c8

@ -630,10 +630,4 @@ inline void MicroBit::panic(int statusCode)
microbit_panic(statusCode);
}
// Entry point for application programs. Called after the super-main function
// has initialized the device and runtime environment.
extern "C" void app_main();
#endif

Loading…
Cancel
Save