From 460ecf074d133cbe026cbddb7cf5fad1180c9831 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 28 May 2021 15:17:20 +0200 Subject: Set loop/wakeup/ostream either via .config or via app/commandline --- src/arch/lm4f120h5qr-stellaris/lm4f_cpp_wrapper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch/lm4f120h5qr-stellaris/lm4f_cpp_wrapper.c') diff --git a/src/arch/lm4f120h5qr-stellaris/lm4f_cpp_wrapper.c b/src/arch/lm4f120h5qr-stellaris/lm4f_cpp_wrapper.c index 62f1c20..877316f 100644 --- a/src/arch/lm4f120h5qr-stellaris/lm4f_cpp_wrapper.c +++ b/src/arch/lm4f120h5qr-stellaris/lm4f_cpp_wrapper.c @@ -17,7 +17,7 @@ void arch_clock_init() rcc_sysclk_config(OSCSRC_MOSC, XTAL_16M, 5); } -#ifdef WITH_LOOP +#ifdef CONFIG_loop volatile char run_loop = 1; void arch_init_loop() -- cgit v1.2.3