Fix newly renamed VirtualSerial demos' include filename references so that they compile.
[pub/USBasp.git] / Demos / Device / LowLevel / VirtualSerial / VirtualSerial.c
index 444dc01..89413a4 100644 (file)
 \r
 /** \file\r
  *\r
- *  Main source file for the CDC demo. This file contains the main tasks of the demo and\r
+ *  Main source file for the VirtualSerial demo. This file contains the main tasks of the demo and\r
  *  is responsible for the initial application hardware configuration.\r
  */\r
 \r
-#include "CDC.h"\r
+#include "VirtualSerial.h"\r
 \r
 /** Contains the current baud rate and other settings of the virtual serial port. While this demo does not use\r
  *  the physical USART and thus does not use these settings, they must still be retained and returned to the host\r