7 lines
78 B
C++
7 lines
78 B
C++
#ifndef MQTT_HPP
|
|
#define MQTT_HPP
|
|
|
|
void mqttTask(void *pvParameters);
|
|
|
|
#endif
|