Skip to content

Commit

Permalink
Fix cbmc
Browse files Browse the repository at this point in the history
  • Loading branch information
moninom1 committed Dec 7, 2023
1 parent 8aa068a commit a2809ea
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions test/cbmc/patches/FreeRTOSIPConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,7 @@
/* Set to 1 to print out debug messages. If ipconfigHAS_DEBUG_PRINTF is set to
* 1 then FreeRTOS_debug_printf should be defined to the function used to print
* out the debugging messages. */
#ifndef ipconfigHAS_DEBUG_PRINTF
#define ipconfigHAS_DEBUG_PRINTF 0
#endif
#if ( ipconfigHAS_DEBUG_PRINTF == 1 )
#define FreeRTOS_debug_printf( X ) configPRINTF( X )
#endif
#define FreeRTOS_debug_printf( X )

/* Set to 1 to print out non debugging messages, for example the output of the
* FreeRTOS_netstat() command, and ping replies. If ipconfigHAS_PRINTF is set to 1
Expand Down

0 comments on commit a2809ea

Please sign in to comment.