lm32/shared/.../ckinit.c: Fix typo so fast idle on simulator is enabled

This commit is contained in:
Joel Sherrill
2016-03-11 14:13:48 -06:00
parent a29aa2171b
commit 83a116b807

View File

@@ -19,7 +19,7 @@
#include "clock.h"
#include "bspopts.h"
#if ON_SIMULATOR
#if LM32_ON_SIMULATOR
#define CLOCK_DRIVER_USE_FAST_IDLE 1
#endif