diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2020-02-12 10:55:00 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-12 10:55:00 -0800 |
| commit | 35abc48a650ef990389a674200ffc48f4d336b15 (patch) | |
| tree | 534c77cf4b05119fbde72db149094bf705fe55f2 /locale/circuitpython.pot | |
| parent | cde9b63eabb3ca04342bae48124a0f04a6f08eb8 (diff) | |
| parent | 4bc093675c11ae319deddec1b5de742c83cfb2f9 (diff) | |
Merge pull request #2589 from hierophect/stm32-temperature-us
STM32: Core temperature and voltage
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 1a378e331..baf5bf5ae 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-02-11 19:18-0500\n" +"POT-Creation-Date: 2020-02-12 12:11-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -1269,6 +1269,10 @@ msgstr "" msgid "Supply at least one UART pin" msgstr "" +#: ports/stm32f4/common-hal/microcontroller/Processor.c +msgid "Temperature read timed out" +msgstr "" + #: supervisor/shared/safe_mode.c msgid "" "The CircuitPython heap was corrupted because the stack was too small.\n" @@ -1477,6 +1481,10 @@ msgstr "" msgid "Viper functions don't currently support more than 4 arguments" msgstr "" +#: ports/stm32f4/common-hal/microcontroller/Processor.c +msgid "Voltage read timed out" +msgstr "" + #: main.c msgid "WARNING: Your code filename has two extensions\n" msgstr "" |
