A very simple example of an RTOS executing on an LPC1768 Platform

Dependencies:   mbed-rtos mbed

Fork of app-board-RTOS-Threads by jim hamblen

Revision:
6:7f833d7ef195
Parent:
5:d6da74ac1cc3
Child:
7:ea9f0cd97179
--- a/main.cpp	Mon Aug 08 02:42:42 2016 +0000
+++ b/main.cpp	Mon Aug 08 02:54:39 2016 +0000
@@ -4,11 +4,7 @@
 
 #include "mbed.h"
 #include "rtos.h"
-#include "Small_6.h"
-#include "Small_7.h"
-#include "Arial_9.h"
 #include "stdio.h"
-#include "C12832_lcd.h"
 
 #define LEDON   1
 #define LEDOFF  0