From 05e6bda381922dd0890615abdc55fc809e12c9de Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Sat, 2 Nov 2013 15:26:25 +0900 Subject: [PATCH] bDeviceState removal for usb_lld.h --- example-cdc/usb_lld.h | 1 - 1 file changed, 1 deletion(-) 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);