We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4b6330 commit 2d3c577Copy full SHA for 2d3c577
1 file changed
source/include/FreeRTOSIPConfigDefaults.h
@@ -2849,8 +2849,12 @@ STATIC_ASSERT( ipconfigDNS_SEND_BLOCK_TIME_TICKS <= portMAX_DELAY );
2849
#define ipconfigARP_USE_CLASH_DETECTION ipconfigDISABLE
2850
#endif
2851
2852
+/* Allow the use of IP-clash detection, also when
2853
+ * fall-back to auto-IP is not enabled.
2854
+ * But issue a warning to make the user double-check this setting.
2855
+ */
2856
#if ( ipconfigIS_ENABLED( ipconfigARP_USE_CLASH_DETECTION ) )
- #error ipconfigARP_USE_CLASH_DETECTION is unused when ipconfigDHCP_FALL_BACK_AUTO_IP is disabled
2857
+ #warning ipconfigARP_USE_CLASH_DETECTION is unused when ipconfigDHCP_FALL_BACK_AUTO_IP is disabled
2858
2859
2860
/*-----------------------------------------------------------------------*/
0 commit comments