cleaned version of TFT + Ethernet

Dependents:   XPL-App4_cleanup XPL-App5

Revision:
1:e4a6f3f88b56
Parent:
0:9688737bf8cd
diff -r 9688737bf8cd -r e4a6f3f88b56 nihh_utils.h
--- a/nihh_utils.h	Tue Oct 09 17:37:23 2018 +0000
+++ b/nihh_utils.h	Sun Oct 28 11:36:31 2018 +0000
@@ -11,9 +11,7 @@
     #define PARAMS_NOBLANKS         0
     
     #define RC_ERROR                -1
-    
-    #define NULL 0
-    
+        
     // Public Functions =================
     int     UTILS_UDPSendString     ( char *, char *, int               );  // 
     int     UTILS_UDPSendByte       ( char *, int, int                  );  // 
@@ -31,4 +29,4 @@
     char *          UTILS_replace_char_in_string    (char *, char, char         );
     char *          UTILS_strip_char_in_string      (char *, char               );
 
-#endif    
\ No newline at end of file
+#endif