Skip to content

Commit 6afa33c

Browse files
Update ReadField.ino
Fixed missing semicolon
1 parent 9ed6445 commit 6afa33c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ArduinoYun/ReadField/ReadField.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#include "ThingSpeak.h"
2929
#include "YunClient.h"
3030
#include "secrets.h"
31-
YunClient client
31+
YunClient client;
3232

3333
// Weather station channel details
3434
unsigned long weatherStationChannelNumber = SECRET_CH_ID_WEATHER_STATION;

0 commit comments

Comments
 (0)