From 460ecf074d133cbe026cbddb7cf5fad1180c9831 Mon Sep 17 00:00:00 2001
From: Daniel Friesel <daniel.friesel@uos.de>
Date: Fri, 28 May 2021 15:17:20 +0200
Subject: Set loop/wakeup/ostream either via .config or via app/commandline

---
 src/arch/arduino-nano/driver/counter.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/arch/arduino-nano/driver')

diff --git a/src/arch/arduino-nano/driver/counter.cc b/src/arch/arduino-nano/driver/counter.cc
index 0c9f8a4..842bfe8 100644
--- a/src/arch/arduino-nano/driver/counter.cc
+++ b/src/arch/arduino-nano/driver/counter.cc
@@ -5,7 +5,7 @@
  */
 #include "driver/counter.h"
 
-#if defined(TIMER_S) || defined(WITH_LOOP)
+#if defined(TIMER_S) || defined(CONFIG_loop)
 #warn "timer/loop and counter are mutually exclusive. Expect odd behaviour."
 #endif
 
-- 
cgit v1.2.3