mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
STM32H7 - Use FAST_CODE on all HOT ISRs to avoid flash access on targets where
FAST_CODE functions are placed in RAM.
This commit is contained in:
parent
37412289dd
commit
0b7fcb7df4
8 changed files with 14 additions and 7 deletions
|
@ -291,7 +291,7 @@ static void bbSetupDma(bbPort_t *bbPort)
|
|||
bbDMA_ITConfig(bbPort);
|
||||
}
|
||||
|
||||
void bbDMAIrqHandler(dmaChannelDescriptor_t *descriptor)
|
||||
FAST_IRQ_HANDLER void bbDMAIrqHandler(dmaChannelDescriptor_t *descriptor)
|
||||
{
|
||||
dbgPinHi(0);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue