Saltware / Mbed 2 deprecated Water Play

Dependencies:   mbed DRV88255 TextLCD Ping mbed-rtos

Revision:
14:fcb625520e77
Parent:
13:1323e2c0b697
Child:
19:ee89eabe1fa2
diff -r 1323e2c0b697 -r fcb625520e77 main.cpp
--- a/main.cpp	Sat Jun 11 13:19:20 2016 +0000
+++ b/main.cpp	Mon Jun 13 09:19:19 2016 +0000
@@ -15,7 +15,7 @@
 
 #define MAIN_THREAD_DELAY_MS 1000
 
-#define MOCK(N, F) static inline float N(int i, int t) {return (F);}
+#define MOCK(N, F) static inline float N(int i,int t) {return (F);}
 
 int main();
 int test_main();