aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-11-22 08:00:12 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-11-22 08:00:12 +0000
commitc399cbbddf5e5f0ed2209aadc8eec0f188d11340 (patch)
treec3f645ae3da7dd73c71fe44a06f59240f7c94ee1 /demos
parenta30f84ac78043e7535c338b680b93b43e0b8332e (diff)
downloadChibiOS-c399cbbddf5e5f0ed2209aadc8eec0f188d11340.tar.gz
ChibiOS-c399cbbddf5e5f0ed2209aadc8eec0f188d11340.tar.bz2
ChibiOS-c399cbbddf5e5f0ed2209aadc8eec0f188d11340.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3518 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r--demos/ARMCM4-STM32F407-DISCOVERY/mcuconf.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/demos/ARMCM4-STM32F407-DISCOVERY/mcuconf.h b/demos/ARMCM4-STM32F407-DISCOVERY/mcuconf.h
index d3485d257..c91fae0cd 100644
--- a/demos/ARMCM4-STM32F407-DISCOVERY/mcuconf.h
+++ b/demos/ARMCM4-STM32F407-DISCOVERY/mcuconf.h
@@ -19,7 +19,7 @@
*/
/*
- * STM32L1xx drivers configuration.
+ * STM32F4xx drivers configuration.
* The following settings override the default settings present in
* the various device driver implementation headers.
* Note that the settings for each driver only have effect if the whole
@@ -198,11 +198,3 @@
#define STM32_UART_USART2_DMA_PRIORITY 0
#define STM32_UART_USART3_DMA_PRIORITY 0
#define STM32_UART_DMA_ERROR_HOOK(uartp) chSysHalt()
-
-/*
- * USB driver system settings.
- */
-#define STM32_USB_USE_USB1 TRUE
-#define STM32_USB_LOW_POWER_ON_SUSPEND FALSE
-#define STM32_USB_USB1_HP_IRQ_PRIORITY 6
-#define STM32_USB_USB1_LP_IRQ_PRIORITY 14