mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-06 01:08:25 +01:00
Update version to reflect previous edit. Sigh.
(cherry picked from commit e28b716f88968477fa0f42dbd88c539573e91886)
This commit is contained in:
parent
07a88dc998
commit
93f7515ecf
@ -132,11 +132,13 @@
|
|||||||
/**********************************************************/
|
/**********************************************************/
|
||||||
/* Edit History: */
|
/* Edit History: */
|
||||||
/* */
|
/* */
|
||||||
|
/* 4.2 WestfW: reduce code size, fix timeouts, change */
|
||||||
|
/* verifySpace to use WDT instead of appstart */
|
||||||
/* 4.1 WestfW: put version number in binary. */
|
/* 4.1 WestfW: put version number in binary. */
|
||||||
/**********************************************************/
|
/**********************************************************/
|
||||||
|
|
||||||
#define OPTIBOOT_MAJVER 4
|
#define OPTIBOOT_MAJVER 4
|
||||||
#define OPTIBOOT_MINVER 1
|
#define OPTIBOOT_MINVER 2
|
||||||
|
|
||||||
#define MAKESTR(a) #a
|
#define MAKESTR(a) #a
|
||||||
#define MAKEVER(a, b) MAKESTR(a*256+b)
|
#define MAKEVER(a, b) MAKESTR(a*256+b)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user