Remove LOCATE_IN_RAM from DMA IRQ handler

Not needed for M4, was causing code to be located in data RAM, and veneers to jump between code and data RAM. Reclaimed a few hundred bytes of code RAM.
This commit is contained in:
Jared Boone 2015-12-29 11:24:23 -08:00
parent bbfcca8ec0
commit 3db0820b54

View File

@ -69,7 +69,6 @@ void Channel::configure(
extern "C" {
LOCATE_IN_RAM
CH_IRQ_HANDLER(DMA_IRQHandler) {
CH_IRQ_PROLOGUE();