mbed support for STM32F103C8T6 (Blue Pill) boards

Revision:
15:e694fb54a079
Parent:
14:900adc64ed43
--- a/pseudo_rtos/event_loop.cpp	Fri Sep 28 13:28:09 2018 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-#include "mbed.h"
-
-// Our main event loop. Used in lieu of a real RTOS.
-extern void eventLEDs(void);
-void eventLoop(void) {
-    while(true) {
-        eventLEDs();
-    }
-}
\ No newline at end of file