Skip to content

Commit 979c2b2

Browse files
committed
use MICROPY_BANNER_MACHINE to fix unix build error
1 parent 84f2385 commit 979c2b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/makeversionhdr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def make_version_header(repo_path, filename):
119119
#define MICROPY_VERSION_STRING "%s"
120120
// Combined version as a 32-bit number for convenience
121121
#define MICROPY_VERSION (MICROPY_VERSION_MAJOR << 16 | MICROPY_VERSION_MINOR << 8 | MICROPY_VERSION_MICRO)
122-
#define MICROPY_FULL_VERSION_INFO "Adafruit CircuitPython " MICROPY_GIT_TAG " on " MICROPY_BUILD_DATE "; " MICROPY_HW_BOARD_NAME " with " MICROPY_HW_MCU_NAME
122+
#define MICROPY_FULL_VERSION_INFO "Adafruit CircuitPython " MICROPY_GIT_TAG " on " MICROPY_BUILD_DATE "; " MICROPY_BANNER_MACHINE
123123
""" % (
124124
git_tag,
125125
git_hash,

0 commit comments

Comments
 (0)