diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2017-03-10 20:03:56 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2017-03-10 23:24:15 -0500 |
commit | 0a3c23bcf65cba76fc9cad2854504586901ea5e9 (patch) | |
tree | a37b63e734370a77200054c24c58d9a5e7be561e /src/adccmds.c | |
parent | cb286ede9dc4d944fd532f946f3f6e6a6dc9de61 (diff) | |
download | kutter-0a3c23bcf65cba76fc9cad2854504586901ea5e9.tar.gz kutter-0a3c23bcf65cba76fc9cad2854504586901ea5e9.tar.xz kutter-0a3c23bcf65cba76fc9cad2854504586901ea5e9.zip |
sched: Avoid rescheduling the currently active timer
It's tricky to reschedule the timer irq correctly (due to race
conditions with the irq) and in practice it's very rarely needed.
Handle the special cases in the generic sched.c code so that the board
code doesn't have to handle it.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/adccmds.c')
0 files changed, 0 insertions, 0 deletions