Network, SD, Readall. comments added

Dependencies:   Peripherals Buffer_lib_v2 SD_Lib_EffedUP_ERP Time_Lib_v2 Year3_Version5 BMP280 Network_Lib TextLCD BME280

Revision:
25:1f5b1ce3d65c
Parent:
24:bacf24afe91f
Child:
28:fb88aeb3551e
--- a/main.cpp	Tue Jan 22 16:36:44 2019 +0000
+++ b/main.cpp	Wed Jan 23 03:51:20 2019 +0000
@@ -8,9 +8,6 @@
 #include "Network.hpp"
 #include "time_functions.hpp"
 
-#ifndef SD_Present
-#define SD_Present
-#endif
 
 
 //Serial pc(SERIAL_TX, SERIAL_RX);
@@ -21,7 +18,6 @@
 
 
 
-
 Thread sensor_thread(osPriorityRealtime);    //sensor thread is highest priority
 Thread serial_thread(osPriorityNormal);    
 Thread SD_Card_thread(osPriorityNormal);