summaryrefslogtreecommitdiff
path: root/locale/circuitpython.pot
diff options
context:
space:
mode:
authorLucian Copeland <hierophect@gmail.com>2020-07-08 16:03:12 -0400
committerLucian Copeland <hierophect@gmail.com>2020-07-08 16:03:12 -0400
commit9c38f5dcb1a219faee7ecacfd9bf98a5f7771206 (patch)
treebb2b7f132f7e3d5d2e17d56e02e5846ea58d4a33 /locale/circuitpython.pot
parentc72e3536f18b256b3a1585573db65d74c4962022 (diff)
parentce214e82a581e8ce751ce6fec123336a78d7f1bf (diff)
Merge remote-tracking branch 'upstream/main' into stm32-timer-allocator
Diffstat (limited to 'locale/circuitpython.pot')
-rw-r--r--locale/circuitpython.pot6
1 files changed, 5 insertions, 1 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot
index 6e32ebab9..f3c9d0411 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-07-02 15:29+0200\n"
+"POT-Creation-Date: 2020-07-07 14:38-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"
@@ -1092,6 +1092,10 @@ msgstr ""
msgid "Must provide MISO or MOSI pin"
msgstr ""
+#: ports/stm/common-hal/busio/SPI.c
+msgid "Must provide SCK pin"
+msgstr ""
+
#: shared-bindings/rgbmatrix/RGBMatrix.c
#, c-format
msgid "Must use a multiple of 6 rgb pins, not %d"