Skip to content

Commit

Permalink
Merge pull request #125 from mcci-catena/issue120
Browse files Browse the repository at this point in the history
Update version to v2.5.0.10
  • Loading branch information
terrillmoore committed Sep 8, 2019
2 parents b474a9a + d84206d commit 6fba842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cores/arduino/Arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#define _mcci_arduino_version_calc(major, minor, patch, local) \
(((major) << 24u) | ((minor) << 16u) | ((patch) << 8u) | (local))

#define _mcci_arduino_version _mcci_arduino_version_calc(2, 5, 0, 0) /* v2.5.0.0 */
#define _mcci_arduino_version _mcci_arduino_version_calc(2, 5, 0, 10) /* v2.5.0.10 */

#define _mcci_arduino_version_get_major(v) \
(((v) >> 24u) & 0xFFu)
Expand Down

0 comments on commit 6fba842

Please sign in to comment.