Use LED_BUILTIN for LED_PIN.

This commit is contained in:
Maxwell Pray
2023-07-11 12:46:43 -07:00
parent 72efd2064e
commit 6e15d0a1f0
+1 -1
View File
@@ -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