mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-18 23:53:15 +08:00
Remove symlinks in pico example
This commit is contained in:
parent
d903de6526
commit
8f358f09b8
@ -15,9 +15,14 @@ add_compile_definitions(
|
||||
add_executable(firmware
|
||||
driver_rp2040_rmii.c
|
||||
main.c
|
||||
mongoose.c
|
||||
../../../mongoose.c
|
||||
)
|
||||
|
||||
target_include_directories(firmware PUBLIC
|
||||
.
|
||||
../../..
|
||||
)
|
||||
|
||||
# enable usb output, disable uart output
|
||||
pico_enable_stdio_usb(firmware 1)
|
||||
pico_enable_stdio_uart(firmware 0)
|
||||
|
@ -1 +0,0 @@
|
||||
../../../mongoose.c
|
@ -1 +0,0 @@
|
||||
../../../mongoose.h
|
Loading…
Reference in New Issue
Block a user