From a113d304c8f816182028b3f5915120d582fd7585 Mon Sep 17 00:00:00 2001 From: James Devine Date: Tue, 5 Apr 2016 23:38:11 +0100 Subject: [PATCH] microbit: removed extern of the app_main symbol (which no longer exists) --- inc/MicroBit.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/inc/MicroBit.h b/inc/MicroBit.h index 31a8dbc..7e15b90 100644 --- a/inc/MicroBit.h +++ b/inc/MicroBit.h @@ -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