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.
Fork of mbed by
Diff: error.h
- Revision:
- 67:a9913a65894f
- Parent:
- 65:5798e58a58b1
- Child:
- 82:6473597d706e
diff -r 9c8f0e3462fb -r a9913a65894f error.h
--- a/error.h Mon Aug 19 13:34:54 2013 +0300
+++ b/error.h Thu Sep 19 15:44:18 2013 +0300
@@ -56,7 +56,7 @@
#include <stdlib.h>
#include "device.h"
-#ifdef DEVICE_STDIO_MESSAGES
+#if DEVICE_STDIO_MESSAGES
#include <stdio.h>
#define error(...) (fprintf(stderr, __VA_ARGS__), exit(1))
#else
