projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix newly renamed VirtualSerial demos' include filename references so that they compile.
[pub/USBasp.git]
/
Demos
/
Host
/
LowLevel
/
VirtualSerialHost
/
VirtualSerialHost.c
diff --git
a/Demos/Host/LowLevel/VirtualSerialHost/VirtualSerialHost.c
b/Demos/Host/LowLevel/VirtualSerialHost/VirtualSerialHost.c
index
c432258
..
3aaaef3
100644
(file)
--- a/
Demos/Host/LowLevel/VirtualSerialHost/VirtualSerialHost.c
+++ b/
Demos/Host/LowLevel/VirtualSerialHost/VirtualSerialHost.c
@@
-30,11
+30,11
@@
\r
/** \file
\r
*
\r
\r
/** \file
\r
*
\r
- * Main source file for the
CDC
Host demo. This file contains the main tasks of
\r
+ * Main source file for the
VirtualSerial
Host demo. This file contains the main tasks of
\r
* the demo and is responsible for the initial application hardware configuration.
\r
*/
\r
\r
* the demo and is responsible for the initial application hardware configuration.
\r
*/
\r
\r
-#include "
CDC
Host.h"
\r
+#include "
VirtualSerial
Host.h"
\r
\r
#if 0
\r
/* NOTE: Here you can set up a standard stream using the created virtual serial port, so that the standard stream functions in
\r
\r
#if 0
\r
/* NOTE: Here you can set up a standard stream using the created virtual serial port, so that the standard stream functions in
\r