diff options
| author | hathach <[email protected]> | 2013-05-29 14:39:14 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-05-29 14:39:14 +0700 |
| commit | dda0808ebb5ca8cba6c9440c61bb5205b0a62b08 (patch) | |
| tree | bb270d96b6e7345bd0506e1c432412414ed67271 /tinyusb/device/usbd.c | |
| parent | 1e5bd82af28c6005fa0ecf008e44322a6ee46461 (diff) | |
fix lpcxpresso1347 board_leds
temp change USBD_API to ROM_API
add lpc13xx device support
fix romdriver pointer
able to init rom driver
Diffstat (limited to 'tinyusb/device/usbd.c')
| -rw-r--r-- | tinyusb/device/usbd.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tinyusb/device/usbd.c b/tinyusb/device/usbd.c index cbbc28995..efcf29ced 100644 --- a/tinyusb/device/usbd.c +++ b/tinyusb/device/usbd.c @@ -54,17 +54,7 @@ // volatile uint8_t state; // //}; -typedef struct { - volatile uint8_t state; -}usbd_info_t; // TODO rename -usbd_info_t usbd_info; // TODO rename - -typedef struct { - void (* const init) (void); - void (* const configured) (void); - void (* const unmounted) (void); -}device_class_driver_t; //--------------------------------------------------------------------+ |
