We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5384479 commit 9db7625Copy full SHA for 9db7625
ports/atmel-samd/boards/qtpy_m0/board.c
@@ -33,6 +33,7 @@ void board_init(void) {
33
gpio_set_pin_function(PIN_PA15, GPIO_PIN_FUNCTION_OFF);
34
gpio_set_pin_direction(PIN_PA15, GPIO_DIRECTION_OUT);
35
gpio_set_pin_level(PIN_PA15, true); // Turn on neopixel by default
36
+ never_reset_pin_number(PIN_PA15);
37
}
38
39
bool board_requests_safe_mode(void) {
0 commit comments