diff options
author | Paul Selkirk <paul@psgd.org> | 2017-04-17 16:12:10 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2017-04-17 16:12:10 -0400 |
commit | 6c51d4438d84f34cce1a96834a5c91a2c71761ae (patch) | |
tree | 0614a455dfce90188bb318e4700c3b04f6edb2f3 /stm-led.h | |
parent | 76a993b74cfccb01ad6397772396cf0dbad808aa (diff) |
Use default SysTick interrupt priority.
We really don't want SysTick_Handler, which runs the task scheduler, to
run at a higher priority than SVC_Handler, which runs supposedly-atomic
operations like mutex locking and unlocking. I've seen a mutex lock/unlock
mismatch which I think is due to interrupting rt_mut_release at a
particularly inopportune moment.
Diffstat (limited to 'stm-led.h')
0 files changed, 0 insertions, 0 deletions