Fix newly renamed VirtualSerial demos' include filename references so that they compile.
[pub/USBasp.git] / Demos / Device / ClassDriver / VirtualSerialMouse / VirtualSerialMouse.c
index d979e66..2c7c955 100644 (file)
 \r
 /** \file\r
  *\r
- *  Main source file for the CDCMouse demo. This file contains the main tasks of\r
+ *  Main source file for the VirtualSerialMouse demo. This file contains the main tasks of\r
  *  the demo and is responsible for the initial application hardware configuration.\r
  */\r
  \r
-#include "CDCMouse.h"\r
+#include "VirtualSerialMouse.h"\r
 \r
 /** LUFA CDC Class driver interface configuration and state information. This structure is\r
  *  passed to all CDC Class driver functions, so that multiple instances of the same class\r