mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
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:
parent
bbfcca8ec0
commit
3db0820b54
@ -69,7 +69,6 @@ void Channel::configure(
|
||||
|
||||
extern "C" {
|
||||
|
||||
LOCATE_IN_RAM
|
||||
CH_IRQ_HANDLER(DMA_IRQHandler) {
|
||||
CH_IRQ_PROLOGUE();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user