1.0

Dependencies:   EthernetInterface mbed-rtos

Revision:
5:a96e4e59c710
Parent:
3:94a735c744ff
Child:
6:abadad863420
--- a/Telemetry.h	Sun Nov 22 14:00:29 2015 +0000
+++ b/Telemetry.h	Sun Nov 22 14:18:03 2015 +0000
@@ -52,7 +52,7 @@
         //! IP Addess and Port of databank Server
         Endpoint db_server;
 
-        //! IP Addess and Port of controll Server
+        //! IP Addess and Port of control Server
         Endpoint controller;
 
         //! IP Addess and Port of incoming MSG
@@ -95,7 +95,7 @@
 
         
         //! Struct Check Sum calc
-        char do_cs(char* buffer); 
+        uint8_t do_cs(char* buffer); 
         
         //! Read UDP Packet 
         int  Rec_Data_UDP(char *buffer, int size);