mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
passing fix
Some checks failed
Bazel presubmit checks / bazel-build-check (macos-latest) (push) Has been cancelled
Bazel presubmit checks / bazel-build-check (ubuntu-latest) (push) Has been cancelled
Bazel presubmit checks / other-bazel-checks (push) Has been cancelled
Check Configs / check-configs (push) Has been cancelled
CMake / build (push) Has been cancelled
Some checks failed
Bazel presubmit checks / bazel-build-check (macos-latest) (push) Has been cancelled
Bazel presubmit checks / bazel-build-check (ubuntu-latest) (push) Has been cancelled
Bazel presubmit checks / other-bazel-checks (push) Has been cancelled
Check Configs / check-configs (push) Has been cancelled
CMake / build (push) Has been cancelled
This commit is contained in:
parent
5c660b05c0
commit
3a56e1af0e
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@
|
||||||
#define PICO_STDIO_USB_RESET_RESET_TO_FLASH_DELAY_MS 100
|
#define PICO_STDIO_USB_RESET_RESET_TO_FLASH_DELAY_MS 100
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// PICO_CONFIG: PICO_STDIO_USB_USE_DEFAULT_DESCRIPTORS, Defines the default USB descriptors needed for USB communication, type=bool, default=1 if the application is not using tinyUSB directly, group=pico_stdio_usb
|
// PICO_CONFIG: PICO_STDIO_USB_USE_DEFAULT_DESCRIPTORS, Whether `pico_stdio_usb` provides the USB descriptors needed for USB communication, type=bool, default=1 if the application is not using tinyUSB directly, group=pico_stdio_usb
|
||||||
#ifndef PICO_STDIO_USB_USE_DEFAULT_DESCRIPTORS
|
#ifndef PICO_STDIO_USB_USE_DEFAULT_DESCRIPTORS
|
||||||
#if !LIB_TINYUSB_HOST && !LIB_TINYUSB_DEVICE
|
#if !LIB_TINYUSB_HOST && !LIB_TINYUSB_DEVICE
|
||||||
#define PICO_STDIO_USB_USE_DEFAULT_DESCRIPTORS 1
|
#define PICO_STDIO_USB_USE_DEFAULT_DESCRIPTORS 1
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue