diff options
| author | gamblor21 <mark.komus@gmail.com> | 2021-03-02 19:32:06 -0600 |
|---|---|---|
| committer | gamblor21 <mark.komus@gmail.com> | 2021-03-02 19:32:06 -0600 |
| commit | 4246cc3f6d718e2f28fbeb73fc8c3c39dfb9d7f0 (patch) | |
| tree | 0c8f6401adf2a899e8f86967344501e3fe6c1c3f /locale/circuitpython.pot | |
| parent | d7bc8a46a5f244069c2bc9b62961bc43dcee03a7 (diff) | |
Counter and PWMOut slice conflict check
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 7414c3973..7a9d0ce4b 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -1691,6 +1691,10 @@ msgstr "" msgid "PWM slice already in use" msgstr "" +#: ports/raspberrypi/common-hal/countio/Counter.c +msgid "PWM slice channel A already in use" +msgstr "" + #: ports/mimxrt10xx/common-hal/displayio/ParallelBus.c #: ports/raspberrypi/common-hal/displayio/ParallelBus.c #: ports/stm/common-hal/displayio/ParallelBus.c |
