Skip to content

Commit 5197542

Browse files
committed
fix LED_PWR power-on state
1 parent 4951bf6 commit 5197542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/STELLA/variant.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ extern "C" {
139139
void initVariant() {
140140
// turn power LED on
141141
pinMode(LED_PWR, OUTPUT);
142-
digitalWrite(LED_PWR, HIGH);
142+
digitalWrite(LED_PWR, LOW);
143143

144144
// Errata Nano33BLE - I2C pullup is controlled by the SWO pin.
145145
// Configure the TRACEMUX to disable routing SWO signal to pin.

0 commit comments

Comments
 (0)