mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-12 19:10:32 +03:00
PICO: Updated to use submodule for tinyUSB
This commit is contained in:
parent
d0a34b62dd
commit
50e6ae8a0d
1 changed files with 2 additions and 2 deletions
|
@ -86,7 +86,7 @@ PICO_LIB_SRC = \
|
|||
rp2_common/pico_malloc/malloc.c \
|
||||
rp2_common/pico_stdlib/stdlib.c
|
||||
|
||||
TINY_USB_SRC_DIR = tinyUSB/src
|
||||
TINY_USB_SRC_DIR = $(LIB_MAIN_DIR)/pico-sdk/lib/tinyusb/src
|
||||
TINYUSB_SRC := \
|
||||
$(TINY_USB_SRC_DIR)/tusb.c \
|
||||
$(TINY_USB_SRC_DIR)/class/cdc/cdc_device.c \
|
||||
|
@ -226,7 +226,7 @@ SYS_INCLUDE_DIRS = \
|
|||
$(SDK_DIR)/$(TARGET_MCU_LIB_LOWER)/pico_platform/include \
|
||||
$(SDK_DIR)/$(TARGET_MCU_LIB_LOWER)/hardware_regs/include \
|
||||
$(SDK_DIR)/$(TARGET_MCU_LIB_LOWER)/hardware_structs/include \
|
||||
$(LIB_MAIN_DIR)/tinyUSB/src
|
||||
$(LIB_MAIN_DIR)/pico-sdk/lib/tinyusb/src
|
||||
|
||||
SYS_INCLUDE_DIRS += \
|
||||
$(SDK_DIR)/rp2350/boot_stage2/include
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue