Skip to content

Commit 2077ac1

Browse files
jeplertannewt
andauthored
Apply suggestions from code review
Co-authored-by: Scott Shawcroft <[email protected]>
1 parent c918d80 commit 2077ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/raspberrypi/common-hal/rp2pio/StateMachine.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ typedef struct {
410410
bool tx_fifo, rx_fifo, in_loaded, out_loaded, in_used, out_used;
411411
} introspect_t;
412412

413-
static void consider_instruction(introspect_t *state, uint16_t full_instruction, qstr what, size_t i) {
413+
static void consider_instruction(introspect_t *state, uint16_t full_instruction, qstr what_program, size_t i) {
414414
uint16_t instruction = full_instruction & 0xe000;
415415
if (instruction == 0x8000) {
416416
if ((full_instruction & 0xe080) == pio_instr_bits_push) {

0 commit comments

Comments
 (0)