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
Diff: log.cpp
- Revision:
- 5:a1f0298e0995
- Parent:
- 4:c95b09342a93
- Child:
- 6:b98aa0ec75a1
diff -r c95b09342a93 -r a1f0298e0995 log.cpp
--- a/log.cpp Tue May 09 15:16:30 2017 +0000
+++ b/log.cpp Tue May 09 15:22:21 2017 +0000
@@ -1,6 +1,5 @@
#include "mbed.h"
#include "time.h"
-#include "io.h"
#define BUFFER_LENGTH 4096
static char buffer[BUFFER_LENGTH];
@@ -18,9 +17,6 @@
//Only add if allowed
if (!enable) return;
-
- IoPcUart.putc(c);
-
char* pNext;
//Work out what has to be sent