Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
timchinowsky committed Nov 7, 2024
1 parent 11cd3c1 commit b5019a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ports/raspberrypi/common-hal/rp2pio/StateMachine.c
Original file line number Diff line number Diff line change
Expand Up @@ -1450,7 +1450,6 @@ mp_obj_t common_hal_rp2pio_statemachine_get_last_write(rp2pio_statemachine_obj_t
return mp_const_empty_bytes;
}


// Use a compile-time constant for MP_REGISTER_POINTER so the preprocessor will
// not split the expansion across multiple lines.
MP_REGISTER_ROOT_POINTER(mp_obj_t background_pio[enum_NUM_DMA_CHANNELS]);

0 comments on commit b5019a4

Please sign in to comment.