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.
Dependents: oldheating gps motorhome heating
Revision 11:aff6dd8238ef, committed 2017-12-16
- Comitter:
- andrewboyson
- Date:
- Sat Dec 16 14:41:46 2017 +0000
- Parent:
- 10:cf815db8ed57
- Child:
- 12:19c2d4943124
- Commit message:
- Included stdarg.h for use when called without mbed.h
Changed in this revision
| log.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/log.h Thu Oct 26 07:17:43 2017 +0000 +++ b/log.h Sat Dec 16 14:41:46 2017 +0000 @@ -1,3 +1,5 @@ +#include <stdarg.h> + extern int LogInit(); extern bool LogUart;