summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chip/stm32/usb-stm32f3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/stm32/usb-stm32f3.c b/chip/stm32/usb-stm32f3.c
index ceab410da0..8c16bd6b4a 100644
--- a/chip/stm32/usb-stm32f3.c
+++ b/chip/stm32/usb-stm32f3.c
@@ -16,5 +16,5 @@ void usb_connect(void)
void usb_disconnect(void)
{
- usb_board_connect();
+ usb_board_disconnect();
}