Fixed PDI/TPI programming speed of ~250KHz in the AVRISP-MKII Clone project, instead...
[pub/USBasp.git] / LUFA / Drivers / USB / Class / Host / CDC.h
index 164e94f..fdbc7ae 100644 (file)
@@ -3,7 +3,7 @@
      Copyright (C) Dean Camera, 2010.
 
   dean [at] fourwalledcubicle [dot] com
-      www.fourwalledcubicle.com
+           www.lufa-lib.org
 */
 
 /*
 
        /* Private Interface - For use in library only: */
        #if !defined(__DOXYGEN__)
-               /* Macros: */
-                       #define CDC_CONTROL_CLASS               0x02
-                       #define CDC_CONTROL_SUBCLASS            0x02
-                       #define CDC_CONTROL_PROTOCOL            0x01
-                       #define CDC_DATA_CLASS                  0x0A
-                       #define CDC_DATA_SUBCLASS               0x00
-                       #define CDC_DATA_PROTOCOL               0x00
-
                /* Function Prototypes: */
                        #if defined(__INCLUDE_FROM_CDC_HOST_C)
                                static int CDC_Host_putchar(char c,