1#ifndef PROJECT_CONF_H_
2#define PROJECT_CONF_H_
3
4#include "coap_config.h"
5#define LOG_CONF_LEVEL_COAP 5
6
7#endif /* PROJECT_CONF_H_ */
8