diff options
author | Tom Rini | 2024-01-03 09:22:47 -0500 |
---|---|---|
committer | Tom Rini | 2024-01-03 09:22:47 -0500 |
commit | 93a0138acbe029fba1d1255cc0b9b8700b49bdff (patch) | |
tree | fe6948c32270774f94fd1f46b0a480afaa3f9669 /include/net | |
parent | dffa6d0210f57793f1e4e1e209d91ca5642e4d05 (diff) | |
parent | 80cb22c58bd9ec11e970bae84510a99171b691eb (diff) |
Merge tag 'v2024.01-rc6' into next
Prepare v2024.01-rc6
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/wget.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/wget.h b/include/net/wget.h index da0920de118..6714f7ea573 100644 --- a/include/net/wget.h +++ b/include/net/wget.h @@ -17,6 +17,5 @@ enum wget_state { }; #define DEBUG_WGET 0 /* Set to 1 for debug messages */ -#define SERVER_PORT 80 #define WGET_RETRY_COUNT 30 #define WGET_TIMEOUT 2000UL |