Fix newly renamed VirtualSerial demos' include filename references so that they compile.
[pub/USBasp.git] / Demos / Device / LowLevel / DualVirtualSerial / DualVirtualSerial.c
index 8b1da03..2993b90 100644 (file)
 \r
 /** \file\r
  *\r
- *  Main source file for the DualCDC demo. This file contains the main tasks of the demo and\r
+ *  Main source file for the DualVirtualSerial demo. This file contains the main tasks of the demo and\r
  *  is responsible for the initial application hardware configuration.\r
  */\r
  \r
-#include "DualCDC.h"\r
+#include "DualVirtualSerial.h"\r
 \r
 /** Contains the current baud rate and other settings of the first 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