summaryrefslogtreecommitdiff
path: root/src/arch/arduino-nano/driver/counter.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/arduino-nano/driver/counter.cc')
-rw-r--r--src/arch/arduino-nano/driver/counter.cc2
1 files changed, 1 insertions, 1 deletions
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