S5 / Mbed 2 deprecated APP2-Examen

Dependencies:   mbed-rtos mbed

Files at this revision

API Documentation at this revision

Comitter:
JosephMarinier
Date:
Sat Feb 04 00:35:19 2017 +0000
Parent:
4:1c2925026e7a
Commit message:
M?nage

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sat Feb 04 00:29:53 2017 +0000
+++ b/main.cpp	Sat Feb 04 00:35:19 2017 +0000
@@ -15,10 +15,6 @@
 
 Thread thread[4];
 
-struct message_t {
-    char text[6];
-};
-
 Queue<char, 4> *queue;
 MemoryPool<long, 4> *pool;