Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
eswifi_log.h
Go to the documentation of this file.
1
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 <logging/log.h>
14
15#endif /* ZEPHYR_DRIVERS_WIFI_ESWIFI_ESWIFI_LOG_H_ */