\r
/** \file\r
*\r
- * Header file for DualCDC.c.\r
+ * Header file for DualVirtualSerial.c.\r
*/\r
\r
-#ifndef _DUAL_CDC_H_\r
-#define _DUAL_CDC_H_\r
+#ifndef _DUAL_VIRTUALSERIAL_H_\r
+#define _DUAL_VIRTUALSERIAL_H_\r
\r
/* Includes: */\r
#include <avr/io.h>\r
\r
/* Macros: */\r
/** CDC Class specific request to get the current virtual serial port configuration settings. */\r
- #define REQ_GetLineEncoding 0x21\r
+ #define REQ_GetLineEncoding 0x21\r
\r
/** CDC Class specific request to set the current virtual serial port configuration settings. */\r
- #define REQ_SetLineEncoding 0x20\r
+ #define REQ_SetLineEncoding 0x20\r
\r
/** CDC Class specific request to set the current virtual serial port handshake line states. */\r
- #define REQ_SetControlLineState 0x22\r
+ #define REQ_SetControlLineState 0x22\r
\r
/** LED mask for the library LED driver, to indicate that the USB interface is not ready. */\r
#define LEDMASK_USB_NOTREADY LEDS_LED1\r