fix PSC3 interrupt level and prio

fix PIC communication in PSC3 interrupt handler
This commit is contained in:
Markus Fröschle
2016-02-07 12:28:13 +00:00
parent 07f58e4284
commit 1ff219bebf
3 changed files with 8 additions and 10 deletions

View File

@@ -41,7 +41,8 @@ CFLAGS= -Wall \
-fomit-frame-pointer \
-ffreestanding \
-fleading-underscore \
-Wa,--register-prefix-optional
-Wa,--register-prefix-optional \
-g
CFLAGS_OPTIMIZED = -mcpu=5474 \
-Wall \
-O2 \