diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-10-03 11:55:08 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-10-11 10:50:51 -0400 |
commit | 1302514ea8723f05fc0a9ccdbc9cf45c4fa80f81 (patch) | |
tree | 3ae49decd9347cbaecd11f6ccb475a04dd18249a /src/command.c | |
parent | d32506bd2eb6c5231d83b063ad528a26f0dda563 (diff) | |
download | kutter-1302514ea8723f05fc0a9ccdbc9cf45c4fa80f81.tar.gz kutter-1302514ea8723f05fc0a9ccdbc9cf45c4fa80f81.tar.xz kutter-1302514ea8723f05fc0a9ccdbc9cf45c4fa80f81.zip |
stm32f1: Serial should have a higher irq priority than timers
It's possible for the code to stay in the timer irq for up to 100ms,
so serial irqs should have a higher irq priority to prevent them from
being starved. (The timer code disables irqs during event dispatch,
so serial irqs would only be permitted between events anyway.)
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/command.c')
0 files changed, 0 insertions, 0 deletions