Add heartbeat LED for HT-VME290 and HT-VME213 (#4511)

* Add heartbeat LED for HT-VME290 and HT-VME213
Not populated on original board, however revisions are now shipping which do have the LED

* Update outdated commenting

* Trunk strikes again
This commit is contained in:
todd-herbert
2024-08-20 23:19:29 +12:00
committed by GitHub
parent 3b2c37c47f
commit 058e9769d6
4 changed files with 6 additions and 4 deletions

View File

@@ -3,8 +3,8 @@
#include <stdint.h>
static const uint8_t LED_BUILTIN = -1;
#define BUILTIN_LED LED_BUILTIN // backward compatibility
static const uint8_t LED_BUILTIN = 45; // LED is not populated on earliest board variant
#define BUILTIN_LED LED_BUILTIN // Backward compatibility
#define LED_BUILTIN LED_BUILTIN
static const uint8_t TX = 43;