From 3757b1760fdd197a8c7227bbfd0b11ee33eb99e6 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Mon, 7 Dec 2009 04:49:37 +0000 Subject: Fix newly renamed VirtualSerial demos' include filename references so that they compile. --- Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.h') diff --git a/Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.h b/Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.h index 17aa83182..3a2b2b444 100644 --- a/Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.h +++ b/Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.h @@ -37,9 +37,9 @@ #define _CONFIGDESCRIPTOR_H_ /* Includes: */ - #include // USB Functionality + #include - #include "CDCHost.h" + #include "VirtualSerialHost.h" /* Macros: */ /** Interface Class value for the CDC class */ -- cgit v1.2.3