7 lines
105 B
C
7 lines
105 B
C
#ifndef MQTT_LOGGER_GLOBAL
|
|
#define MQTT_LOGGER_GLOBAL
|
|
|
|
#include "MqttLogger.h"
|
|
extern Print* Log;
|
|
|
|
#endif |