Skip to content

Commit 9db7625

Browse files
committed
neopix is default on!
1 parent 5384479 commit 9db7625

File tree

1 file changed

+1
-0
lines changed
  • ports/atmel-samd/boards/qtpy_m0

1 file changed

+1
-0
lines changed

ports/atmel-samd/boards/qtpy_m0/board.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ void board_init(void) {
3333
gpio_set_pin_function(PIN_PA15, GPIO_PIN_FUNCTION_OFF);
3434
gpio_set_pin_direction(PIN_PA15, GPIO_DIRECTION_OUT);
3535
gpio_set_pin_level(PIN_PA15, true); // Turn on neopixel by default
36+
never_reset_pin_number(PIN_PA15);
3637
}
3738

3839
bool board_requests_safe_mode(void) {

0 commit comments

Comments
 (0)