Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: message.h
- Revision:
- 11:071709f5f7d4
- Parent:
- 9:f286301109fb
diff -r 49537b1dbbd7 -r 071709f5f7d4 message.h
--- a/message.h Tue Nov 02 10:13:33 2021 +0000
+++ b/message.h Tue Nov 09 10:26:59 2021 +0000
@@ -34,10 +34,10 @@
2021-01-10-7CBSD SLA
*/
+
/**
* @file message.h
* @brief Defines for message
- * @{
*/
#ifndef __MESSAGE_H__
@@ -78,12 +78,8 @@
/** Prints Info Message */
#define INFO_MSG(X) printf("%s\n\r", X);
/** Prints warn message */
-#define WARN_MSG(X) printf("Warn : \n\r", X);
+#define WARN_MSG(X) printf("Warn : %s\n\r", X);
/** Prints error message */
#define ERROR_MSG(X) printf("Error : %s\n\r", X);
#endif /* __MESSAGE_H__ */
-
-/**
- * @}
- */
