diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-05-09 17:04:59 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-05-09 17:04:59 +0200 |
commit | 9263beca5c84f5f136c913439fe0557f1469e120 (patch) | |
tree | 71d8e697a25cbdf631f54664700dea2e61af1823 /main/CMakeLists.txt | |
parent | adc6e726f672aa7057992af54b286f7632b4fb07 (diff) |
WIP TCP socket server
Diffstat (limited to 'main/CMakeLists.txt')
-rw-r--r-- | main/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt index 123d1b7..7b8d567 100644 --- a/main/CMakeLists.txt +++ b/main/CMakeLists.txt @@ -15,6 +15,7 @@ pico_sdk_init() add_executable(main main.c init.c + sock.c ) pico_enable_stdio_usb(main 1) |