Skip to content

Commit 0e2cdf6

Browse files
committed
fix ; at end of ifdef?
1 parent a770ba9 commit 0e2cdf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AdafruitIO.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class AdafruitIO {
9393
const char *statusText();
9494
#else
9595
const __FlashStringHelper *statusText();
96-
#endif;
96+
#endif
9797

9898
aio_status_t status();
9999
/********************************************************************/

0 commit comments

Comments
 (0)