diff options
| author | Damien George | 2015-04-22 17:38:05 +0100 |
|---|---|---|
| committer | Damien George | 2015-04-28 23:52:36 +0100 |
| commit | 95f53461c2c42490d12acd41463b86f0056e6f40 (patch) | |
| tree | a8066e0333a21ba1d47b89434061468a364e8689 /stmhal | |
| parent | d11317bcab8bfa9c702d0c708aa95381aad4fd84 (diff) | |
py: Replace py-version.sh with makeversionhdr.py, written in Python.
Also rename py-version.h to mpversion.h for consistency with mpconfig.h.
Diffstat (limited to 'stmhal')
| -rw-r--r-- | stmhal/moduos.c | 2 | ||||
| -rw-r--r-- | stmhal/pyexec.c | 2 |
2 files changed, 2 insertions, 2 deletions
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; |
