diff options
| author | Dan Halbert <halbert@adafruit.com> | 2020-12-15 16:31:46 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-15 16:31:46 -0500 |
| commit | a2d2d699e4d431d4459eae172444bd569559ff02 (patch) | |
| tree | ec70bd9ad59fb43655854be9e2e06f20c5b1c6c0 /locale/circuitpython.pot | |
| parent | afcc00fed4355f9fa8c3da4c28858e6bff21bf4d (diff) | |
| parent | 3ad4b12ce141806e1aaee524a4e3c818ecd3d0d8 (diff) | |
Merge pull request #3810 from hierophect/esp-analog-hang
ESP32-S2: Remove calloc in AnalogIn
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 93c8edc44..d64cff185 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-12-14 11:48-0500\n" +"POT-Creation-Date: 2020-12-14 12:59-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" @@ -1080,6 +1080,10 @@ msgstr "" msgid "Invalid PWM frequency" msgstr "" +#: ports/esp32s2/common-hal/analogio/AnalogIn.c +msgid "Invalid Pin" +msgstr "" + #: py/moduerrno.c shared-module/rgbmatrix/RGBMatrix.c msgid "Invalid argument" msgstr "" |
