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.
Revision 1:d11c2cd28a8b, committed 2022-11-05
- Comitter:
- dpavetic
- Date:
- Sat Nov 05 07:40:11 2022 +0000
- Parent:
- 0:76a5bc96dddd
- Commit message:
- fix
Changed in this revision
| HostIO.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/HostIO.cpp Sat Nov 05 07:35:08 2022 +0000
+++ b/HostIO.cpp Sat Nov 05 07:40:11 2022 +0000
@@ -1,7 +1,6 @@
// HostIO.cpp code for Exercise 7-7
#include "HostIO.h"
-#include "SegDisplay.h" // allow access to functions and objects in
-SegDisplay.cpp
+#include "SegDisplay.h" // allow access to functions and objects in SegDisplay.cpp
Serial pc(USBTX, USBRX); // communication to host PC
void HostInit(void)
{