Skip to content

Commit facda86

Browse files
aentingermattiabertorello
authored andcommitted
Removing not needed identifier mqtt_opt
1 parent 5fc1dda commit facda86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ArduinoIoTCloud.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include "CloudSerial.h"
99

1010
// Declaration of the struct for the mqtt connection options
11-
typedef struct mqtt_opt{
11+
typedef struct {
1212
int keepAlive;
1313
bool cleanSession;
1414
int timeout;

0 commit comments

Comments
 (0)