blob: 2fca68273e3f2f4fdcaa1ad8cfc5b2a2957b1396 [file] [log] [blame]
/**
* Copyright (c) 2020 Linumiz
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef ZEPHYR_DRIVERS_WIFI_ESWIFI_ESWIFI_LOG_H_
#define ZEPHYR_DRIVERS_WIFI_ESWIFI_ESWIFI_LOG_H_
#define LOG_MODULE_NAME wifi_eswifi
#define LOG_LEVEL CONFIG_WIFI_LOG_LEVEL
#include <logging/log.h>
#endif /* ZEPHYR_DRIVERS_WIFI_ESWIFI_ESWIFI_LOG_H_ */