summaryrefslogtreecommitdiff
path: root/stm32cubemx/Inc/stm32f1xx_hal_conf.h
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2017-05-01 09:25:30 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2017-05-01 09:25:30 +0200
commiteabbd037f5f605a9ecf06185cd62594eb4564bce (patch)
tree329f5825bbe2c31e7f501c1eed51c7ef15847776 /stm32cubemx/Inc/stm32f1xx_hal_conf.h
parent89d464c7f38b902e332f082f99df075dee080978 (diff)
downloadradio-controller-eabbd037f5f605a9ecf06185cd62594eb4564bce.tar.gz
radio-controller-eabbd037f5f605a9ecf06185cd62594eb4564bce.tar.bz2
radio-controller-eabbd037f5f605a9ecf06185cd62594eb4564bce.tar.xz
radio-controller-eabbd037f5f605a9ecf06185cd62594eb4564bce.zip
o Adding USB CDC code/support.
Diffstat (limited to 'stm32cubemx/Inc/stm32f1xx_hal_conf.h')
-rw-r--r--stm32cubemx/Inc/stm32f1xx_hal_conf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/stm32cubemx/Inc/stm32f1xx_hal_conf.h b/stm32cubemx/Inc/stm32f1xx_hal_conf.h
index 463c8ba..2364650 100644
--- a/stm32cubemx/Inc/stm32f1xx_hal_conf.h
+++ b/stm32cubemx/Inc/stm32f1xx_hal_conf.h
@@ -64,11 +64,11 @@
/*#define HAL_I2C_MODULE_ENABLED */
/*#define HAL_I2S_MODULE_ENABLED */
/*#define HAL_IRDA_MODULE_ENABLED */
-#define HAL_IWDG_MODULE_ENABLED
+/*#define HAL_IWDG_MODULE_ENABLED */
/*#define HAL_NOR_MODULE_ENABLED */
/*#define HAL_NAND_MODULE_ENABLED */
/*#define HAL_PCCARD_MODULE_ENABLED */
-/*#define HAL_PCD_MODULE_ENABLED */
+#define HAL_PCD_MODULE_ENABLED
/*#define HAL_HCD_MODULE_ENABLED */
/*#define HAL_PWR_MODULE_ENABLED */
/*#define HAL_RCC_MODULE_ENABLED */