mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-18 07:52:14 +01:00
Update version to reflect previous edit. Sigh.
This commit is contained in:
parent
6f7687b0f9
commit
e28b716f88
@ -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