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.
2 parents 0b99bac + 23da0fa commit f67b307Copy full SHA for f67b307
ports/stm/common-hal/microcontroller/Pin.c
@@ -52,7 +52,7 @@ bool neopixel_in_use;
52
#define GPIO_PORT_COUNT (MP_ARRAY_SIZE(ports))
53
54
STATIC uint16_t claimed_pins[GPIO_PORT_COUNT];
55
-STATIC uint16_t never_reset_pins[GPIO_PORT_COUNT];
+STATIC uint16_t __ALIGNED(4) never_reset_pins[GPIO_PORT_COUNT];
56
57
void reset_all_pins(void) {
58
// Reset claimed pins
0 commit comments