From 03be42ab847f04a89d207d98fdb28048cfedf72d Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Fri, 8 Mar 2019 15:29:14 -0800 Subject: Enter safe mode when an allocation is attempted on an uninitialized heap. --- locale/circuitpython.pot | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'locale/circuitpython.pot') diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index c0b460c0e..36975f988 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-03-08 12:45-0800\n" +"POT-Creation-Date: 2019-03-12 11:17-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -287,6 +287,10 @@ msgstr "" msgid "Array values should be single bytes." msgstr "" +#: supervisor/shared/safe_mode.c +msgid "Attempted heap allocation when MicroPython VM not running.\n" +msgstr "" + #: main.c msgid "Auto-reload is off.\n" msgstr "" -- cgit v1.2.3