Skip to content

Commit

Permalink
Merge branch 'bugfix/restore_debug_print' into 'master'
Browse files Browse the repository at this point in the history
wpa_supplicant: Restore DEBUG_PRINT in supplicant

See merge request espressif/esp-idf!22131
  • Loading branch information
jack0c committed Jan 31, 2023
2 parents fd2b9d9 + 85de6f3 commit 20f5f64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/wpa_supplicant/port/include/supplicant_opt.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 20f5f64

Please sign in to comment.