aboutsummaryrefslogtreecommitdiff
path: root/example-cdc
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2013-11-02 15:26:25 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2013-11-02 15:26:25 +0900
commit05e6bda381922dd0890615abdc55fc809e12c9de (patch)
treeba1c6d79cb55ac0c849569d6e6efeedc1b113856 /example-cdc
parent5a4a71d1ffdd557179d2c3ea3ecf6dd6928929ac (diff)
bDeviceState removal for usb_lld.h
Diffstat (limited to 'example-cdc')
-rw-r--r--example-cdc/usb_lld.h1
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);