We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a341c88 commit b0ae98aCopy full SHA for b0ae98a
examples/MQTT/mqtt_basic_no_blk/mqtt_basic_no_blk.ino
@@ -48,7 +48,7 @@ IPAddress server(10, 10, 2, 2); //The ip of the MQTT server
48
char clientID[] = { "arduinoClient " };
49
50
void messageReceived(MQTTClient* client, char topic[], char payload[], int length) {
51
- (void*)client;
+ (void)*client;
52
(void)length;
53
Serial.println("incoming: ");
54
Serial.print(topic);
0 commit comments