\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