From ece0ffe62a9b178f1fdd4596ec7917f4429654b1 Mon Sep 17 00:00:00 2001 From: mstroh Date: Sat, 17 Jan 2026 16:27:49 +0100 Subject: [PATCH] Change ANOTHER_LISTENER_PIN to BCM 12 old has conflict with SPI CE1 --- wiringPi/gtest/test_isr_rising2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiringPi/gtest/test_isr_rising2.cpp b/wiringPi/gtest/test_isr_rising2.cpp index 1ac98db..19261ad 100644 --- a/wiringPi/gtest/test_isr_rising2.cpp +++ b/wiringPi/gtest/test_isr_rising2.cpp @@ -4,7 +4,7 @@ #define TRIGGER_PIN 0 // BCM 17 #define LISTENER_PIN 1 // BCM 18 -#define ANOTHER_LISTENER_PIN 11 // BCM 7 +#define ANOTHER_LISTENER_PIN 26 // BCM 12 struct counters { uint32_t *primary;