kubtss / Mbed 2 deprecated BIRD2017

Dependencies:   mbed-rtos mbed

Revision:
5:9a1ec02229dd
Parent:
4:650af94bf062
Child:
6:0d9fa7152934
--- a/Global.cpp	Tue Sep 29 18:23:29 2015 +0000
+++ b/Global.cpp	Fri Oct 09 14:29:32 2015 +0000
@@ -39,6 +39,10 @@
 DigitalOut Global::led3(LED3);
 DigitalOut Global::led4(LED4);
 
+void Global::initialize(){
+    
+}
+
 
 //定数チックな変数
 double Global::getmaxpitch(){return maxpitch;}