fix: Geekble mini board pin fix (#9309)

* fix: LED Pin Modified

fix: LED Pin Modified

* Revert "fix: LED Pin Modified"

This reverts commit 36bdbdbe0cdf40da82fae84acfca01da93999180.

* fix: LED Pin Modified to support Hardware update

fix: LED Pin Modified to support Hardware update
This commit is contained in:
SooDragon 2024-02-29 21:38:07 +09:00 committed by GitHub
parent 2fdd901639
commit ebca505fef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@
#include <stdint.h>
static const uint8_t LED_BUILTIN = 8;
static const uint8_t LED_BUILTIN = 10;
#define BUILTIN_LED LED_BUILTIN // backward compatibility
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN