diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2020-07-08 11:32:26 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-08 11:32:26 -0700 |
| commit | dcf80e39dc6a0c7293226ff16defbe95b07c5ff9 (patch) | |
| tree | 39ff3608d01066bb370931bd0156528ddd3e07fd /locale/circuitpython.pot | |
| parent | 9b4b655b031c82dd319803ecf66bd0994edc200e (diff) | |
| parent | 959b4da9bbaf48e10707b1a5859f7cc4c5ee0b84 (diff) | |
Merge pull request #3067 from jepler/stm-spi-pin-search
STM32: revamp SPI pin search code
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 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" |
