Library to implement various levels of messages in cpp files

Dependents:   IoT_Ex BatteryModelTester BatteryModelTester

Revision:
2:82a7f404215c
Parent:
1:93ad6b489cf7
Child:
3:7968911e2787
--- a/messages.h	Thu Nov 24 16:41:41 2016 +0000
+++ b/messages.h	Thu Nov 24 16:42:22 2016 +0000
@@ -65,8 +65,8 @@
 *
 */
 
-#ifndef IQ_MESSAGES_H
-#define IQ_MESSAGES_H
+#ifndef MESSAGES_H
+#define MESSAGES_H
 
 #ifdef DEBUG
 #define DBG(x, ...) printf("["FUNCNAME" : DBG] "x" <line %d>\r\n", ##__VA_ARGS__,__LINE__);
@@ -92,4 +92,4 @@
 #define INFO(x, ...)
 #endif
 
-#endif /* IQ_MESSAGES_H */
\ No newline at end of file
+#endif /* MESSAGES_H */
\ No newline at end of file