diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-02-06 11:47:53 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-02-06 11:47:53 +0000 |
commit | 28e566ccfd914b5715f454d6776c91e5b3b2a70d (patch) | |
tree | 4d59ffe94c88677310ad482f1a5d803ddb1f2fdf /demos/STM32/RT-STM32F429-DISCOVERY/mcuconf.h | |
parent | 36ea3ee8a8c73c00b86def31cf62a8e439763ad4 (diff) | |
download | ChibiOS-28e566ccfd914b5715f454d6776c91e5b3b2a70d.tar.gz ChibiOS-28e566ccfd914b5715f454d6776c91e5b3b2a70d.tar.bz2 ChibiOS-28e566ccfd914b5715f454d6776c91e5b3b2a70d.zip |
Fixed bug #703.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8847 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32/RT-STM32F429-DISCOVERY/mcuconf.h')
-rw-r--r-- | demos/STM32/RT-STM32F429-DISCOVERY/mcuconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/STM32/RT-STM32F429-DISCOVERY/mcuconf.h b/demos/STM32/RT-STM32F429-DISCOVERY/mcuconf.h index ae728ce6f..06f802489 100644 --- a/demos/STM32/RT-STM32F429-DISCOVERY/mcuconf.h +++ b/demos/STM32/RT-STM32F429-DISCOVERY/mcuconf.h @@ -343,8 +343,8 @@ /*
* USB driver system settings.
*/
-#define STM32_USB_USE_OTG1 TRUE
-#define STM32_USB_USE_OTG2 FALSE
+#define STM32_USB_USE_OTG1 FALSE
+#define STM32_USB_USE_OTG2 TRUE
#define STM32_USB_OTG1_IRQ_PRIORITY 14
#define STM32_USB_OTG2_IRQ_PRIORITY 14
#define STM32_USB_OTG1_RX_FIFO_SIZE 512
|