We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 373e3e2 commit 9053335Copy full SHA for 9053335
cores/arduino/mbed/mbed.h
@@ -103,5 +103,6 @@
103
#include "platform/ScopedLock.h"
104
105
using namespace std;
106
+using namespace mbed;
107
108
#endif
mbed-os-to-arduino
@@ -11,7 +11,6 @@ cat $BOARDNAME.macros.txt | cut -f2 -d":" > $ARDUINOCORE/defines.txt
11
xargs -n 1 < ./BUILD/$BOARDNAME/GCC_ARM/.include* | sed -e 's#./mbed-os#{build.core.path}/mbed#g' | sed -e 's#-I/.*$##' | tac > $ARDUINOCORE/includes.txt
12
13
#TODO: remove -MDD from flags
14
-#TODO: remove "using namespace mbed" from mbed.h
15
16
gron ./BUILD/$BOARDNAME/GCC_ARM/.profile-c | grep json.flags | cut -f2 -d"\"" > $ARDUINOCORE/cflags.txt
17
gron ./BUILD/$BOARDNAME/GCC_ARM/.profile-cxx | grep json.flags | cut -f2 -d"\"" > $ARDUINOCORE/cxxflags.txt
0 commit comments