diff options
| author | Jeff Epler <jeff@adafruit.com> | 2020-09-16 08:47:33 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-16 08:47:33 -0500 |
| commit | 1fc797132a1e8961be670af5a25e4b96fbb551d2 (patch) | |
| tree | d1bad34bcbe84791a8c7d687e1b9adcab51f992f /locale/circuitpython.pot | |
| parent | 3c6af94fb3964d7d5327c3916f9538303e010646 (diff) | |
| parent | 2a2a8d64571bf93e2a166626841555fe1753a565 (diff) | |
Merge pull request #3237 from DavePutz/issue3216
Issue#3216 - Needed an alternate way to check if background tasks were run
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 038cdacfc..351d30e65 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -905,6 +905,10 @@ msgstr "" msgid "Incorrect buffer size" msgstr "" +#: ports/atmel-samd/common-hal/pulseio/PulseIn.c +msgid "Input taking too long" +msgstr "" + #: py/moduerrno.c msgid "Input/output error" msgstr "" |
