Experimenting w/FreeRTOS

Dependencies:   FreeRTOS mbed MMA7660 LM75B

Revision:
3:9ec3ee7cf0bc
Parent:
2:4e4fa763799a
--- a/main.cpp	Sun Oct 01 03:33:48 2017 +0000
+++ b/main.cpp	Sun Oct 01 03:36:45 2017 +0000
@@ -16,6 +16,9 @@
 
 int main() {
     
+    portBASE_TYPE task1rc;
+    portBASE_TYPE task2rc;
+    
     // Sensor connection check
     if (sensor.open()){
         printf("LM75B temperature sensor detected.\n");