aboutsummaryrefslogtreecommitdiff
path: root/stmhal/boards/PYBOARD4
diff options
context:
space:
mode:
authorDamien George2014-03-14 00:30:37 +0000
committerDamien George2014-03-14 00:30:37 +0000
commitb30c02afa078f7713faa14087ae28433dee49027 (patch)
tree55fceb0630addde69dd52a3e2f8e8dc2f1be2015 /stmhal/boards/PYBOARD4
parent536dde254be99e19700a0934af38b913256475e3 (diff)
stmhal: Get USB enumerating a CDC device.
Enumerates CDC device over USB, but doesn't transmit/receive yet.
Diffstat (limited to 'stmhal/boards/PYBOARD4')
-rw-r--r--stmhal/boards/PYBOARD4/stm32f4xx_hal_conf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/boards/PYBOARD4/stm32f4xx_hal_conf.h b/stmhal/boards/PYBOARD4/stm32f4xx_hal_conf.h
index bc13ac2c3..315c24dc6 100644
--- a/stmhal/boards/PYBOARD4/stm32f4xx_hal_conf.h
+++ b/stmhal/boards/PYBOARD4/stm32f4xx_hal_conf.h
@@ -47,6 +47,7 @@
/* Exported constants --------------------------------------------------------*/
#define STM32F405xx
+#define USE_USB_FS
/* ########################## Module Selection ############################## */
/**