Skip to content

Commit c8db568

Browse files
committed
elif -> else typo in test
1 parent 6f2d249 commit c8db568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.tests/AdafruitIO_Data/AdafruitIO_Data.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ bool compareDouble(double a, double b)
6767
{
6868
#ifdef __AVR__
6969
return abs(a-b) < 0.00001;
70-
#elif
70+
#else
7171
return abs(a-b) < 0.000001;
7272
#endif
7373
}

0 commit comments

Comments
 (0)