Merge pull request #2005 from cesanta/nosymlink

Remove symlinks in pico example
This commit is contained in:
Sergio R. Caprile 2023-01-31 15:40:37 -03:00 committed by GitHub
commit 1ca3244868
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View File

@ -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)

View File

@ -1 +0,0 @@
../../../mongoose.c

View File

@ -1 +0,0 @@
../../../mongoose.h