diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2021-02-01 19:38:16 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-01 19:38:16 -0800 |
| commit | ced3dc70fff6049702a409d359850ecd89672192 (patch) | |
| tree | 95d3c4e8a00d6203ce8b61f1dc430e989aa0e8bf /locale/circuitpython.pot | |
| parent | db7a9628023f115bcf7310e65261ae956e6139e5 (diff) | |
| parent | 745ba01768e4f72fcd47c39a8a719f982772ca61 (diff) | |
Merge pull request #4018 from iot49/cp-flow
add uart hardware flow control to nrf port
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 8443fb85b..e75a36459 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -1793,6 +1793,10 @@ msgstr "" msgid "RNG Init Error" msgstr "" +#: ports/nrf/common-hal/busio/UART.c +msgid "RS485 Not yet supported on this device" +msgstr "" + #: ports/esp32s2/common-hal/busio/UART.c #: ports/mimxrt10xx/common-hal/busio/UART.c msgid "RS485 inversion specified when not in RS485 mode" @@ -1808,7 +1812,7 @@ msgid "RTC is not supported on this board" msgstr "" #: ports/atmel-samd/common-hal/busio/UART.c ports/cxd56/common-hal/busio/UART.c -#: ports/nrf/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c +#: ports/stm/common-hal/busio/UART.c msgid "RTS/CTS/RS485 Not yet supported on this device" msgstr "" |
