hwdef: Redefine DMA priority PH4-mini

BUG.
Without redefining priority there is no DMA on any RX of serial ports.
Now it is.
Without DMA, you cannot normally use the serial port for the CRSF protocol.
This commit is contained in:
Nikolay March 2021-12-24 09:27:51 +03:00 committed by Peter Barker
parent 442e783214
commit cceae1acf3

View File

@ -44,3 +44,8 @@ define HAL_BATT_CURR_SCALE 36.364
# setup safety switch
PE12 LED_SAFETY OUTPUT
PE10 SAFETY_IN INPUT PULLDOWN
#redefine dma
undef DMA_PRIORITY
DMA_PRIORITY SDMMC* USART2* ADC* SPI* TIM*