mirror of
https://github.com/whowechina/aic_pico.git
synced 2024-11-24 22:00:10 +01:00
CMakefile minor cleanup
This commit is contained in:
parent
d6222d8b9b
commit
bfa96e76ae
@ -16,7 +16,6 @@ function(make_firmware board board_def)
|
|||||||
cli.c usb_descriptors.c)
|
cli.c usb_descriptors.c)
|
||||||
target_compile_definitions(${board} PUBLIC ${board_def})
|
target_compile_definitions(${board} PUBLIC ${board_def})
|
||||||
pico_enable_stdio_usb(${board} 1)
|
pico_enable_stdio_usb(${board} 1)
|
||||||
pico_enable_stdio_uart(${board} 0)
|
|
||||||
|
|
||||||
pico_generate_pio_header(${board} ${CMAKE_CURRENT_LIST_DIR}/ws2812.pio)
|
pico_generate_pio_header(${board} ${CMAKE_CURRENT_LIST_DIR}/ws2812.pio)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user