Unverified Commit ebca505f authored by SooDragon's avatar SooDragon Committed by GitHub

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
parent 2fdd9016
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment