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 0ef45ca commit 10dfea4Copy full SHA for 10dfea4
ports/raspberrypi/common-hal/rp2pio/StateMachine.c
@@ -1465,7 +1465,6 @@ mp_obj_t common_hal_rp2pio_statemachine_get_last_write(rp2pio_statemachine_obj_t
1465
return mp_const_empty_bytes;
1466
}
1467
1468
-
1469
// Use a compile-time constant for MP_REGISTER_POINTER so the preprocessor will
1470
// not split the expansion across multiple lines.
1471
MP_REGISTER_ROOT_POINTER(mp_obj_t background_pio[enum_NUM_DMA_CHANNELS]);
0 commit comments