diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2013-11-21 12:10:50 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2013-11-21 12:10:50 +0900 |
commit | a5282924760e72127c6e8e6636b33029299573f1 (patch) | |
tree | 34a364bdcff2c9452366056f0fd4dffbfa2bd403 /example-cdc/usb_lld.h | |
parent | 51a862e200766d563583b5e5085815fae4db770f (diff) |
example usb stack update from Gnuk
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 a9f0158..2c7a931 100644 --- a/example-cdc/usb_lld.h +++ b/example-cdc/usb_lld.h @@ -89,7 +89,6 @@ enum DEVICE_STATE CONFIGURED }; -extern const uint8_t usb_initial_feature; extern void usb_lld_init (uint8_t feature); |