Home
last modified time | relevance | path

Searched refs:PICO_STDIO_USB_POST_CONNECT_WAIT_DELAY_MS (Results 1 – 2 of 2) sorted by relevance

/external/platform/pico/rp2_common/pico_stdio_usb/include/pico/
A Dstdio_usb.h63 #ifndef PICO_STDIO_USB_POST_CONNECT_WAIT_DELAY_MS
64 #define PICO_STDIO_USB_POST_CONNECT_WAIT_DELAY_MS 50 macro
/external/platform/pico/rp2_common/pico_stdio_usb/
A Dstdio_usb.c223 #if PICO_STDIO_USB_POST_CONNECT_WAIT_DELAY_MS != 0 in stdio_usb_init()
224 sleep_ms(PICO_STDIO_USB_POST_CONNECT_WAIT_DELAY_MS); in stdio_usb_init()

Completed in 4 milliseconds