Skip to content

Commit

Permalink
Remove TCP reference
Browse files Browse the repository at this point in the history
  • Loading branch information
moninom1 committed Aug 23, 2024
1 parent 5e803f0 commit ea27971
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 55 deletions.

This file was deleted.

18 changes: 9 additions & 9 deletions FreeRTOS/Test/CBMC/include/cbmc.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
#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"
// /* 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
Expand Down

0 comments on commit ea27971

Please sign in to comment.