APP 1 S5.

Dependencies:   mbed

Revision:
8:e38cd9e16055
Parent:
6:ccdbd5923e37
--- a/APP.cpp	Sun Jan 10 22:24:00 2016 +0000
+++ b/APP.cpp	Mon Jan 11 01:25:29 2016 +0000
@@ -3,7 +3,6 @@
 
 #include "mbed.h"
 #include "UART.h"
-#include "Type.h"
 #include "APP.h"
 
 
@@ -108,7 +107,7 @@
 {
     uint8_t digits[4];
     sprintf((char*) digits, "%d", angle);
- 
+
     if (angle < 1000)
     {
         UARTSend(0);