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 88e9fe0007
commit fe2e85b984
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 \