f9micro / f9-kernel

An efficient and secure microkernel built for ARM Cortex-M cores, inspired by L4
Other
679 stars 145 forks source link

irq: Fixed debug_uart priority in comment #126

Closed louisom closed 7 years ago

louisom commented 7 years ago

Due to commit: 43edb2874, debug_uart NIVC priority has been reduce to 0xF for fixing issue #55.

So the comment in irq needs to change to 0xF, instead of 0x2.

jserv commented 7 years ago

s/reduce/reduced/

louisom commented 7 years ago

fixed commit message.