skip dual/host_info_to_device_cdc for pico due to a bug in pio-usb

This commit is contained in:
hathach
2024-08-22 22:25:14 +07:00
parent ccf886ca80
commit 45d06cd4ab
3 changed files with 3 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ set(MCU_VARIANT nrf52840)
set(LD_FILE_GNU ${CMAKE_CURRENT_LIST_DIR}/../../linker/nrf52840_s140_v6.ld)
# enable max3421 host driver for this board
set(MAX3421_HOST 1)
# set(MAX3421_HOST 1)
function(update_board TARGET)
endfunction()