Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/linux/pio_rp1.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

#define NUM_PIO_STATE_MACHINES 4
#define PIO_INSTRUCTION_COUNT 32
#define PIO_ORIGIN_ANY ((uint)(~0))
#define PIO_ORIGIN_ANY ((uint16_t)(~0))
#define GPIOS_MASK ((1 << RP1_PIO_GPIO_COUNT) - 1)

#define PICO_NO_HARDWARE 0
Expand Down