altos/stm: Interrupt priority is in the upper bits of the priority mask
authorKeith Packard <keithp@keithp.com>
Mon, 21 Nov 2016 04:54:10 +0000 (20:54 -0800)
committerKeith Packard <keithp@keithp.com>
Mon, 20 Feb 2017 20:31:16 +0000 (12:31 -0800)
Because the STM32L only offers 16 priority levels, the bottom four
bits of each priority mask are not used. All of the interrupt priority
settings in the system were using values < 16, making them all
effectively the same. Fix that by moving them into the upper 4 bits
and using symbolic constants everywhere.

Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found