From 6e15d0a1f0a1d9367da105452524ae5e0302af36 Mon Sep 17 00:00:00 2001 From: Maxwell Pray Date: Tue, 11 Jul 2023 12:46:43 -0700 Subject: [PATCH] Use LED_BUILTIN for LED_PIN. --- led_blaster.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/led_blaster.cpp b/led_blaster.cpp index cd78ee8..b27c3bc 100644 --- a/led_blaster.cpp +++ b/led_blaster.cpp @@ -1,4 +1,4 @@ -#define LED_PIN 13 +#define LED_PIN LED_BUILTIN #define LED_ON_MS_NORMAL 15 #define LED_OFF_MS_NORMAL 450