Minor updates to the Benito programmer - remove redundant PORT register manipulations.
[pub/USBasp.git] / Demos / Device / LowLevel / USBtoSerial / USBtoSerial.h
index 1a4a1cb..51c47c9 100644 (file)
                        Parity_Mark         = 3, /**< Mark parity bit mode on each frame */\r
                        Parity_Space        = 4, /**< Space parity bit mode on each frame */\r
                };\r
-\r
-               /** Enum for the possible status codes for passing to the UpdateStatus() function. */\r
-               enum USBtoSerial_StatusCodes_t\r
-               {\r
-                       Status_USBNotReady    = 0, /**< USB is not ready (disconnected from a USB host) */\r
-                       Status_USBEnumerating = 1, /**< USB interface is enumerating */\r
-                       Status_USBReady       = 2, /**< USB interface is connected and ready */\r
-               };\r
                \r
        /* Function Prototypes: */\r
                void SetupHardware(void);\r