mbed library sources modified for open wear
Dependents: openwear-lifelogger-example
Fork of mbed-src by
Diff: api/error.h
- Revision:
- 25:002053b42e66
- Parent:
- 13:0645d8841f51
- Child:
- 140:ca60b7a31055
diff -r 75304dd5f5fb -r 002053b42e66 api/error.h --- a/api/error.h Tue Sep 17 13:30:07 2013 +0100 +++ b/api/error.h Wed Sep 18 11:15:05 2013 +0100 @@ -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