From 891e444fec071beabf58eb0e418aaaee4dc327b1 Mon Sep 17 00:00:00 2001 From: Damien George Date: Tue, 10 Feb 2015 22:27:47 +0000 Subject: [PATCH] stmhal: Add boot.py and main.py to qstr definitions, to save some RAM. --- stmhal/qstrdefsport.h | 2 ++ 1 file changed, 2 insertions(+) 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)