1 /** 2 * Copyright (c) 2020 Linumiz 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7 #ifndef ZEPHYR_DRIVERS_WIFI_ESWIFI_ESWIFI_LOG_H_ 8 #define ZEPHYR_DRIVERS_WIFI_ESWIFI_ESWIFI_LOG_H_ 9 10 #define LOG_MODULE_NAME wifi_eswifi 11 #define LOG_LEVEL CONFIG_WIFI_LOG_LEVEL 12 13 #include <zephyr/logging/log.h> 14 15 #endif /* ZEPHYR_DRIVERS_WIFI_ESWIFI_ESWIFI_LOG_H_ */ 16