From 95f53461c2c42490d12acd41463b86f0056e6f40 Mon Sep 17 00:00:00 2001 From: Damien George Date: Wed, 22 Apr 2015 17:38:05 +0100 Subject: py: Replace py-version.sh with makeversionhdr.py, written in Python. Also rename py-version.h to mpversion.h for consistency with mpconfig.h. --- stmhal/moduos.c | 2 +- stmhal/pyexec.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'stmhal') diff --git a/stmhal/moduos.c b/stmhal/moduos.c index 881afa149..9d6856b3e 100644 --- a/stmhal/moduos.c +++ b/stmhal/moduos.c @@ -31,7 +31,7 @@ #include "py/obj.h" #include "py/objtuple.h" #include "py/objstr.h" -#include "genhdr/py-version.h" +#include "genhdr/mpversion.h" #include "lib/fatfs/ff.h" #include "lib/fatfs/diskio.h" #include "rng.h" diff --git a/stmhal/pyexec.c b/stmhal/pyexec.c index 44a931622..eef2a1024 100644 --- a/stmhal/pyexec.c +++ b/stmhal/pyexec.c @@ -38,7 +38,7 @@ #endif #include "readline.h" #include "pyexec.h" -#include "genhdr/py-version.h" +#include "genhdr/mpversion.h" pyexec_mode_kind_t pyexec_mode_kind = PYEXEC_MODE_FRIENDLY_REPL; STATIC bool repl_display_debugging_info = 0; -- cgit v1.2.3