Shohei Yasutake / Mbed 2 deprecated koibumi2000

Dependencies:   fll mbed-rtos mbed

Revision:
31:2dbed2eea0f2
Parent:
17:69536d02cb3c
Child:
32:fdf9f6fca8a2
diff -r 1036e651648b -r 2dbed2eea0f2 fll.cpp
--- a/fll.cpp	Mon Feb 16 15:09:33 2015 +0000
+++ b/fll.cpp	Tue Feb 17 00:17:59 2015 +0000
@@ -3,8 +3,9 @@
 
 #include "mbed.h"
 #include "rtos.h"
+#include "fll.h"
+
 #include <stdint.h>
-#include "fll.h"
 
 // if you want to debug by `printf`, uncomment next line and put `pc.printf("...", ...);` into certain position.
 // Serial pc(USBTX, USBRX);