diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2013-11-02 15:26:25 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2013-11-02 15:26:25 +0900 |
commit | 05e6bda381922dd0890615abdc55fc809e12c9de (patch) | |
tree | ba1c6d79cb55ac0c849569d6e6efeedc1b113856 /example-cdc | |
parent | 5a4a71d1ffdd557179d2c3ea3ecf6dd6928929ac (diff) |
bDeviceState removal for usb_lld.h
Diffstat (limited to 'example-cdc')
-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 c45c712..a9f0158 100644 --- a/example-cdc/usb_lld.h +++ b/example-cdc/usb_lld.h @@ -89,7 +89,6 @@ enum DEVICE_STATE CONFIGURED }; -extern uint32_t bDeviceState; extern const uint8_t usb_initial_feature; extern void usb_lld_init (uint8_t feature); |