summaryrefslogtreecommitdiff
path: root/software/mpu
diff options
context:
space:
mode:
authorChristian Pointner <equinox@mur.at>2014-01-22 00:59:06 +0000
committerChristian Pointner <equinox@mur.at>2014-01-22 00:59:06 +0000
commit8699c7f9eea1e166249882830a95f4e998873cdb (patch)
treef07c3a0a31c0528cbfd55bfad42166830a4f3359 /software/mpu
parentfixed some typos (diff)
fixed not used USB OTG2
git-svn-id: https://svn.spreadspace.org/mur.sat@868 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/mpu')
-rw-r--r--software/mpu/mcuconf-F405.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/software/mpu/mcuconf-F405.h b/software/mpu/mcuconf-F405.h
index f4989a0..7ead1e4 100644
--- a/software/mpu/mcuconf-F405.h
+++ b/software/mpu/mcuconf-F405.h
@@ -278,7 +278,7 @@
* USB driver system settings.
*/
#define STM32_USB_USE_OTG1 TRUE
-#define STM32_USB_USE_OTG2 TRUE
+#define STM32_USB_USE_OTG2 FALSE
#define STM32_USB_OTG1_IRQ_PRIORITY 14
#define STM32_USB_OTG2_IRQ_PRIORITY 14
#define STM32_USB_OTG1_RX_FIFO_SIZE 512