From 85de6f3f9a9ba9364f2345830c4ba1dfff58d882 Mon Sep 17 00:00:00 2001 From: gauri patankar Date: Wed, 25 Jan 2023 16:57:44 +0530 Subject: [PATCH] wpa_supplicant: Restore DEBUG_PRINT in supplicant --- components/wpa_supplicant/port/include/supplicant_opt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/components/wpa_supplicant/port/include/supplicant_opt.h b/components/wpa_supplicant/port/include/supplicant_opt.h index 439e063277..2eb91956f6 100644 --- a/components/wpa_supplicant/port/include/supplicant_opt.h +++ b/components/wpa_supplicant/port/include/supplicant_opt.h @@ -10,6 +10,7 @@ #include "sdkconfig.h" #if CONFIG_WPA_DEBUG_PRINT +#define DEBUG_PRINT #if defined(CONFIG_LOG_DEFAULT_LEVEL_DEBUG) || defined(CONFIG_LOG_DEFAULT_LEVEL_VERBOSE) #define ELOOP_DEBUG #endif