diff options
| author | Lucian Copeland <hierophect@gmail.com> | 2020-03-02 11:14:58 -0500 |
|---|---|---|
| committer | Lucian Copeland <hierophect@gmail.com> | 2020-03-02 11:22:40 -0500 |
| commit | eb71bfe9d3971dc87fe3d7c89f09598e5f66d52a (patch) | |
| tree | 16845d4f9174592d960512c780604c8407beb266 /locale/circuitpython.pot | |
| parent | 6bb1649b4b490285628767f92307a671b225237d (diff) | |
Exclude SoCs without basic timers
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 45e795787..4272080d9 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-29 14:52-0500\n" +"POT-Creation-Date: 2020-03-02 11:20-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" @@ -1165,6 +1165,10 @@ msgstr "" msgid "PulseIn not yet supported" msgstr "" +#: ports/stm32f4/common-hal/pulseio/PulseOut.c +msgid "PulseOut not supported on this chip" +msgstr "" + #: ports/stm32f4/common-hal/os/__init__.c msgid "RNG DeInit Error" msgstr "" |
