Skip to content

Commit

Permalink
Merge branch 'main' into readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shubnil committed Aug 9, 2023
2 parents 4d13121 + f1aa0a0 commit 98d574b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/doxygen/config.doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ PROJECT_NAME = FreeRTOS-Plus-TCP
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = V4.0.0-rc3
PROJECT_NUMBER = V4.0.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
4 changes: 2 additions & 2 deletions manifest.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name : "FreeRTOS-Plus-TCP"
version: "V4.0.0-rc3"
version: "V4.0.0"
description: "Thread safe FreeRTOS TCP/IP stack working on top of the FreeRTOS-Kernel to implement the TCP/IP protocol. Suitable for microcontrollers."
license: "MIT"
dependencies:
- name: "FreeRTOS-Kernel"
version: "V10.4.5"
version: "V10.6.0"
license: "MIT"
repository:
type: "git"
Expand Down
2 changes: 1 addition & 1 deletion tools/tcp_utilities/plus_tcp_demo_cli.c
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ static void handle_arpq( char * pcBuffer )
{
CommandOptions_t xOptions;
char * ptr = pcBuffer;
eARPLookupResult_t eResult;
eARPLookupResult_t eResult = eARPCacheMiss;
uint32_t ulIPAddress;
uint32_t ulLookUpIP;
MACAddress_t xMACAddress;
Expand Down

0 comments on commit 98d574b

Please sign in to comment.