Skip to content

Commit

Permalink
Update versions for the ETH boards
Browse files Browse the repository at this point in the history
  • Loading branch information
MSECode authored and valegagge committed Sep 10, 2023
1 parent 0f700f7 commit c5c9e62
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ namespace embot { namespace app { namespace eth {
Process::eApplication,
#if defined(WRIST_MK2)
#if defined(WRIST_MK2_RIGHT)
{101, 9},
{101, 10},
#else
{102, 9},
{102, 10},
#endif
#else
{103, 9},
{103, 10},
#endif
{2023, Month::Sep, Day::seven, 14, 00}
{2023, Month::Sep, Day::eight, 17, 00}
},
.OStick = 1000*embot::core::time1microsec,
.OSstacksizeinit = 10*1024,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ extern "C" {
#define EOMTHEEMSAPPLCFG_VERSION_MAJOR (VERSION_MAJOR_OFFSET+3)
// <o> minor <0-255>
// <o> minor <0-255>
#define EOMTHEEMSAPPLCFG_VERSION_MINOR 73
#define EOMTHEEMSAPPLCFG_VERSION_MINOR 74

// </h>version

Expand All @@ -91,9 +91,9 @@ extern "C" {
// <o> month <1-12>
#define EOMTHEEMSAPPLCFG_BUILDDATE_MONTH 9
// <o> day <1-31>
#define EOMTHEEMSAPPLCFG_BUILDDATE_DAY 7
#define EOMTHEEMSAPPLCFG_BUILDDATE_DAY 8
// <o> hour <0-23>
#define EOMTHEEMSAPPLCFG_BUILDDATE_HOUR 14
#define EOMTHEEMSAPPLCFG_BUILDDATE_HOUR 17
// <o> minute <0-59>
#define EOMTHEEMSAPPLCFG_BUILDDATE_MIN 00
// </h>build date
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ extern "C" {
#define EOMTHEEMSAPPLCFG_VERSION_MAJOR 3
// <o> minor <0-255>
// <o> minor <0-255>
#define EOMTHEEMSAPPLCFG_VERSION_MINOR 55
#define EOMTHEEMSAPPLCFG_VERSION_MINOR 56
// </h>version

// <h> build date
Expand All @@ -84,9 +84,9 @@ extern "C" {
// <o> month <1-12>
#define EOMTHEEMSAPPLCFG_BUILDDATE_MONTH 9
// <o> day <1-31>
#define EOMTHEEMSAPPLCFG_BUILDDATE_DAY 7
#define EOMTHEEMSAPPLCFG_BUILDDATE_DAY 8
// <o> hour <0-23>
#define EOMTHEEMSAPPLCFG_BUILDDATE_HOUR 14
#define EOMTHEEMSAPPLCFG_BUILDDATE_HOUR 17
// <o> minute <0-59>
#define EOMTHEEMSAPPLCFG_BUILDDATE_MIN 00
// </h>build date
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ extern "C" {
#define EOMTHEEMSAPPLCFG_VERSION_MAJOR (VERSION_MAJOR_OFFSET+3)
// <o> minor <0-255>

#define EOMTHEEMSAPPLCFG_VERSION_MINOR 76
#define EOMTHEEMSAPPLCFG_VERSION_MINOR 77

// </h>version

Expand All @@ -94,9 +94,9 @@ extern "C" {
// <o> month <1-12>
#define EOMTHEEMSAPPLCFG_BUILDDATE_MONTH 9
// <o> day <1-31>
#define EOMTHEEMSAPPLCFG_BUILDDATE_DAY 7
#define EOMTHEEMSAPPLCFG_BUILDDATE_DAY 8
// <o> hour <0-23>
#define EOMTHEEMSAPPLCFG_BUILDDATE_HOUR 14
#define EOMTHEEMSAPPLCFG_BUILDDATE_HOUR 17
// <o> minute <0-59>
#define EOMTHEEMSAPPLCFG_BUILDDATE_MIN 00

Expand Down

0 comments on commit c5c9e62

Please sign in to comment.