Skip to content

Commit

Permalink
drivers/wifi/esp32: Remove _POSIX_C_SOURCE define as unneeded
Browse files Browse the repository at this point in the history
This driver doesn't use any APIs outside of the Zephyr C library list, so
it doesn't need this _POSIX_C_SOURCE define.

Signed-off-by: Keith Packard <keithp@keithp.com>
  • Loading branch information
keith-packard authored and nashif committed Jan 26, 2024
1 parent 512dc9f commit 07943ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/wifi/esp32/src/esp_wifi_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

#define DT_DRV_COMPAT espressif_esp32_wifi

#define _POSIX_C_SOURCE 200809

#include <zephyr/logging/log.h>
LOG_MODULE_REGISTER(esp32_wifi, CONFIG_WIFI_LOG_LEVEL);

Expand Down

0 comments on commit 07943ea

Please sign in to comment.