mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-27 15:01:03 +08:00
Merge pull request #2005 from cesanta/nosymlink
Remove symlinks in pico example
This commit is contained in:
commit
1ca3244868
@ -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…
x
Reference in New Issue
Block a user