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 11cd3c1 commit b5019a4Copy full SHA for b5019a4
ports/raspberrypi/common-hal/rp2pio/StateMachine.c
@@ -1450,7 +1450,6 @@ mp_obj_t common_hal_rp2pio_statemachine_get_last_write(rp2pio_statemachine_obj_t
1450
return mp_const_empty_bytes;
1451
}
1452
1453
-
1454
// Use a compile-time constant for MP_REGISTER_POINTER so the preprocessor will
1455
// not split the expansion across multiple lines.
1456
MP_REGISTER_ROOT_POINTER(mp_obj_t background_pio[enum_NUM_DMA_CHANNELS]);
0 commit comments