From ed103822f5501f08c5d23216a1a505dbdd163f6c Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Wed, 1 Jun 2016 12:04:01 -0400 Subject: sched: Change sched_from_ms() to sched_from_us() Some code may require micro-second precision so update sched_from_ms() to use micro-seconds. Signed-off-by: Kevin O'Connor --- src/simulator/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/simulator/main.c') diff --git a/src/simulator/main.c b/src/simulator/main.c index 2d43a138..e871864a 100644 --- a/src/simulator/main.c +++ b/src/simulator/main.c @@ -17,7 +17,7 @@ uint8_t Interrupt_off; ****************************************************************/ uint32_t -timer_from_ms(uint32_t ms) +timer_from_us(uint32_t us) { return 0; // XXX } -- cgit v1.2.3-70-g09d2