diff options
Diffstat (limited to 'testhal/STM32F30x/EXT/mcuconf.h')
-rw-r--r-- | testhal/STM32F30x/EXT/mcuconf.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testhal/STM32F30x/EXT/mcuconf.h b/testhal/STM32F30x/EXT/mcuconf.h index 88f270eea..9ba948995 100644 --- a/testhal/STM32F30x/EXT/mcuconf.h +++ b/testhal/STM32F30x/EXT/mcuconf.h @@ -191,6 +191,11 @@ #define STM32_SPI_DMA_ERROR_HOOK(spip) osalSysHalt("DMA failure")
/*
+ * ST driver system settings.
+ */
+#define STM32_ST_IRQ_PRIORITY 8
+
+/*
* UART driver system settings.
*/
#define STM32_UART_USE_USART1 FALSE
|