diff options
author | Damien George <damien.p.george@gmail.com> | 2015-02-10 22:27:47 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2015-02-10 22:27:47 +0000 |
commit | 891e444fec071beabf58eb0e418aaaee4dc327b1 (patch) | |
tree | f34b196bae5a905ad943523b271de41cf7c78afa /stmhal | |
parent | 596f41da049cbe5d5b0c87762edfc4708aefbc5d (diff) | |
download | micropython-891e444fec071beabf58eb0e418aaaee4dc327b1.tar.gz micropython-891e444fec071beabf58eb0e418aaaee4dc327b1.zip |
stmhal: Add boot.py and main.py to qstr definitions, to save some RAM.
Diffstat (limited to 'stmhal')
-rw-r--r-- | stmhal/qstrdefsport.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stmhal/qstrdefsport.h b/stmhal/qstrdefsport.h index a6de1557ea..c3c141e4f9 100644 --- a/stmhal/qstrdefsport.h +++ b/stmhal/qstrdefsport.h @@ -62,6 +62,8 @@ Q(SD) Q(SDcard) Q(FileIO) Q(flush) +Q(boot.py) +Q(main.py) // Entries for sys.path Q(/flash) Q(/flash/lib) |