summaryrefslogtreecommitdiff
path: root/locale/circuitpython.pot
diff options
context:
space:
mode:
authorScott Shawcroft <scott@adafruit.com>2020-03-03 13:11:24 -0800
committerGitHub <noreply@github.com>2020-03-03 13:11:24 -0800
commit6468ca04a494590a74e60043597ac6be9b368b91 (patch)
treebd868bfa2855f6819cbdb257638756b9cca3cd34 /locale/circuitpython.pot
parent2fea811c307d8fa5f30bf960617509c1eea2b61a (diff)
parent3178462218210b33abc0c06e74591ca270ac52c6 (diff)
Merge pull request #2668 from hierophect/stm32-pulseout
STM32: Add PulseOut support
Diffstat (limited to 'locale/circuitpython.pot')
-rw-r--r--locale/circuitpython.pot9
1 files changed, 6 insertions, 3 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot
index d44fe8d19..4c0dabfb1 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-03-02 09:12-0600\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"
@@ -903,10 +903,13 @@ msgstr ""
#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
#: ports/cxd56/common-hal/busio/I2C.c ports/cxd56/common-hal/busio/SPI.c
#: ports/cxd56/common-hal/busio/UART.c ports/nrf/common-hal/busio/I2C.c
-#: ports/stm32f4/common-hal/pulseio/PWMOut.c
msgid "Invalid pins"
msgstr ""
+#: ports/stm32f4/common-hal/pulseio/PWMOut.c
+msgid "Invalid pins for PWMOut"
+msgstr ""
+
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
msgid "Invalid polarity"
msgstr ""
@@ -1175,7 +1178,7 @@ msgid "PulseIn not yet supported"
msgstr ""
#: ports/stm32f4/common-hal/pulseio/PulseOut.c
-msgid "PulseOut not yet supported"
+msgid "PulseOut not supported on this chip"
msgstr ""
#: ports/stm32f4/common-hal/os/__init__.c