Skip to content

Commit 25acb32

Browse files
committed
Fixed typo in old IDE version error message
1 parent fc55eed commit 25acb32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/arduino/Arduino.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
//#include "itoa.h"
3131

3232
#if ARDUINO < 10607
33-
#error IDE version incompatible with Arduino 101, please upgrade to it to version 1.6.7 or newer
33+
#error IDE version incompatible with Arduino 101. Please upgrade to version 1.6.7 or newer.
3434
#endif
3535

3636
#ifdef __cplusplus

0 commit comments

Comments
 (0)