Skip to content

Commit

Permalink
Remove TCP includes
Browse files Browse the repository at this point in the history
  • Loading branch information
moninom1 committed Aug 23, 2024
1 parent a7371b5 commit 58f74aa
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions FreeRTOS/Test/CBMC/include/cbmc.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,6 @@
#include "task.h"
#include "semphr.h"

/* / * FreeRTOS+TCP includes. * / */
/* #include "FreeRTOS_IP.h" */
/* #include "FreeRTOS_Sockets.h" */
/* #include "FreeRTOS_IP_Private.h" */
/* #include "FreeRTOS_UDP_IP.h" */
/* #include "FreeRTOS_DNS.h" */
/* #include "FreeRTOS_DHCP.h" */
/* #include "NetworkBufferManagement.h" */
/* #include "NetworkInterface.h" */

/*
* CBMC models a pointer as an object id and an offset into that
* object. The top bits of a pointer encode the object id and the
Expand Down

0 comments on commit 58f74aa

Please sign in to comment.