Skip to content

Commit 833d3de

Browse files
Update cyw43_bus_pio_spi.c
1 parent a71a8d3 commit 833d3de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rp2_common/pico_cyw43_driver/cyw43_bus_pio_spi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ void cyw43_set_pio_clkdiv_int_frac8(uint32_t clock_div_int, uint8_t clock_div_fr
5454
}
5555
#endif
5656

57-
// PICO_CONFIG: CYW43_PIO_SLEEP_MIN_US, For PIO SPI transfers longer than this (in microseconds), sleep via async_context before entering busy wait, default=disabled, group=pico_cyw43_driver
57+
// PICO_CONFIG: CYW43_PIO_SLEEP_MIN_US, For PIO SPI transfers longer than this (in microseconds), sleep via async_context before entering busy wait, type=int, default=disabled, group=pico_cyw43_driver
5858
#if CYW43_PIO_SLEEP_MIN_US
5959
static uint32_t bit_rate_khz;
6060
static void sleep_if_long_transfer(uint32_t xfr_length)

0 commit comments

Comments
 (0)