diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2013-08-21 11:17:11 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2013-08-21 11:17:11 +0900 |
commit | 32614537238ea442a62a4acc9ba2c9f36615288a (patch) | |
tree | 3b21d771bc306b620001face31a679f1827e7c47 /example-cdc/usb_lld.h | |
parent | 102f30092baef5ff06458fd3afee7611e18d1211 (diff) |
example update
Diffstat (limited to 'example-cdc/usb_lld.h')
-rw-r--r-- | example-cdc/usb_lld.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/example-cdc/usb_lld.h b/example-cdc/usb_lld.h index b98d267..8dc00b9 100644 --- a/example-cdc/usb_lld.h +++ b/example-cdc/usb_lld.h @@ -88,7 +88,6 @@ enum DEVICE_STATE CONFIGURED }; -extern uint32_t bDeviceState; extern const uint8_t usb_initial_feature; #define STM32_USB_IRQ_PRIORITY 11 |