From 0893fa2ddf8664261924c095001362d96ceca9a0 Mon Sep 17 00:00:00 2001 From: Markus Dorn Date: Thu, 15 Jul 2010 22:33:40 +0200 Subject: [PATCH] typo fixed --- ezchronos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ezchronos.c b/ezchronos.c index 679282e..92320db 100644 --- a/ezchronos.c +++ b/ezchronos.c @@ -148,7 +148,7 @@ int main(void) // Assign initial value to global variables init_global_variables(); -#if CONFIG_TEST +#ifdef CONFIG_TEST // Branch to welcome screen test_mode(); #else