aboutsummaryrefslogtreecommitdiff
path: root/example-cdc
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2015-09-15 10:39:36 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2015-09-15 10:39:36 +0900
commita30a069ed8e75f14b520b407b07a3f137b87ef1c (patch)
treeae428d11e596e74024265777c16ad224fc387e70 /example-cdc
parent8fed803085c9fd85bc177ee77e31fb20f52ce83e (diff)
Version 0.10release/0.10
Diffstat (limited to 'example-cdc')
-rw-r--r--example-cdc/usb_stm32f103.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example-cdc/usb_stm32f103.c b/example-cdc/usb_stm32f103.c
index c213d6a..ac96dda 100644
--- a/example-cdc/usb_stm32f103.c
+++ b/example-cdc/usb_stm32f103.c
@@ -727,7 +727,7 @@ static int std_set_interface (uint8_t req, struct control_info *detail)
if ((req & REQUEST_DIR) == 1 || rcp != INTERFACE_RECIPIENT
|| detail->len != 0 || (detail->index >> 8) != 0
- || (detail->value >> 8) != 0 || dev_p->current_configuration != 0)
+ || (detail->value >> 8) != 0 || dev_p->current_configuration == 0)
return USB_UNSUPPORT;
return usb_cb_interface (USB_SET_INTERFACE, detail);