We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 105c56d + c275ef3 commit c02372fCopy full SHA for c02372f
libraries/mbed/api/error.h
@@ -56,7 +56,7 @@
56
#include <stdlib.h>
57
#include "device.h"
58
59
-#ifdef DEVICE_STDIO_MESSAGES
+#if DEVICE_STDIO_MESSAGES
60
#include <stdio.h>
61
#define error(...) (fprintf(stderr, __VA_ARGS__), exit(1))
62
#else
libraries/mbed/api/mbed_debug.h
@@ -21,7 +21,7 @@
21
extern "C" {
22
#endif
23
24
25
26
#include <stdarg.h>
27
0 commit comments