Skip to content

Commit

Permalink
Disable ipv6
Browse files Browse the repository at this point in the history
  • Loading branch information
moninom1 committed Aug 9, 2023
1 parent 98bfbce commit 43f28ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/include/FreeRTOSIPConfigDefaults.h
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
/* Include all API's and code that is needed for the IPv6 protocol.
* When defined as zero, the application should uses IPv4. */
#ifndef ipconfigUSE_IPv6
#define ipconfigUSE_IPv6 ( 1 )
#define ipconfigUSE_IPv6 ( 0 )
#endif

#if ( ipconfigUSE_IPv4 != 1 ) && ( ipconfigUSE_IPv6 != 1 )
Expand Down

0 comments on commit 43f28ca

Please sign in to comment.