2009-02-26 Joel Sherrill <joel.sherrill@oarcorp.com>

* shared/clock/ckinit.c, shared/start/start.S, shared/timer/timer.c:
	Run better on simulator. Timer is probably not right yet but
This commit is contained in:
Joel Sherrill
2009-02-26 20:45:48 +00:00
parent be9f085602
commit 5d64375f71
4 changed files with 23 additions and 10 deletions

View File

@@ -20,7 +20,7 @@
#include "clock.h"
#include "bspopts.h"
#if SIMULATOR_FAST_IDLE
#if ON_SIMULATOR
#define CLOCK_DRIVER_USE_FAST_IDLE
#endif