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 LogUtil by
Revision 2:c54746c59ba4, committed 2013-04-05
- Comitter:
- sam_grove
- Date:
- Fri Apr 05 23:16:03 2013 +0000
- Parent:
- 1:491d2a7f4207
- Child:
- 3:9f20058284bd
- Commit message:
- Added some include headers for use case that doesn't include the mbed API
Changed in this revision
| LogUtil.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/LogUtil.h Fri Mar 29 20:02:18 2013 +0000
+++ b/LogUtil.h Fri Apr 05 23:16:03 2013 +0000
@@ -23,6 +23,9 @@
#ifndef LOGUTIL_H
#define LOGUTIL_H
+#include <stdio.h>
+#include <stdlib.h>
+
#define STREAM stdout
#define LOG(...) \
fprintf(STREAM, "LOG: %s L#%d ", __PRETTY_FUNCTION__, __LINE__); \
