@@ -206,6 +206,10 @@ msgstr ""
206206msgid "%q must be array of type 'h'"
207207msgstr ""
208208
209+ #: shared-bindings/audiobusio/PDMIn.c
210+ msgid "%q must be multiple of 8."
211+ msgstr ""
212+
209213#: ports/raspberrypi/bindings/cyw43/__init__.c py/argcheck.c py/objexcept.c
210214#: shared-bindings/canio/CAN.c shared-bindings/digitalio/Pull.c
211215#: shared-module/synthio/Synthesizer.c
@@ -595,10 +599,6 @@ msgstr ""
595599msgid "Bit clock and word select must share a clock unit"
596600msgstr ""
597601
598- #: shared-bindings/audiobusio/PDMIn.c
599- msgid "Bit depth must be multiple of 8."
600- msgstr ""
601-
602602#: shared-bindings/bitmaptools/__init__.c
603603msgid "Bitmap size and bits per value must match"
604604msgstr ""
@@ -1339,10 +1339,6 @@ msgstr ""
13391339msgid "Mapping must be a tuple"
13401340msgstr ""
13411341
1342- #: shared-bindings/audiobusio/PDMIn.c
1343- msgid "Microphone startup delay must be in range 0.0 to 1.0"
1344- msgstr ""
1345-
13461342#: ports/raspberrypi/bindings/rp2pio/StateMachine.c
13471343#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
13481344msgid "Mismatched data size"
@@ -1705,10 +1701,6 @@ msgstr ""
17051701msgid "Out-buffer elements must be <= 4 bytes long"
17061702msgstr ""
17071703
1708- #: shared-bindings/audiobusio/PDMIn.c
1709- msgid "Oversample must be multiple of 8."
1710- msgstr ""
1711-
17121704#: shared-bindings/pwmio/PWMOut.c
17131705msgid ""
17141706"PWM frequency not writable when variable_frequency is False on construction."
0 commit comments