Skip to content

Commit b795c05

Browse files
committed
Fix pre-commit
1 parent 686f9bc commit b795c05

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

locale/circuitpython.pot

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ msgstr ""
154154
msgid "%q length must be >= %d"
155155
msgstr ""
156156

157-
#: py/objmodule.c py/runtime.c
157+
#: py/modsys.c py/objmodule.c py/runtime.c
158158
msgid "%q moved from %q to %q"
159159
msgstr ""
160160

@@ -1184,8 +1184,7 @@ msgstr ""
11841184
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
11851185
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
11861186
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
1187-
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
1188-
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c py/argcheck.c
1187+
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c py/argcheck.c
11891188
#: shared-bindings/digitalio/DigitalInOut.c
11901189
#: shared-bindings/epaperdisplay/EPaperDisplay.c shared-bindings/pwmio/PWMOut.c
11911190
msgid "Invalid %q"
@@ -2337,6 +2336,7 @@ msgid "You pressed the SW38 button at start up."
23372336
msgstr ""
23382337

23392338
#: ports/espressif/boards/hardkernel_odroid_go/mpconfigboard.h
2339+
#: ports/espressif/boards/vidi_x/mpconfigboard.h
23402340
msgid "You pressed the VOLUME button at start up."
23412341
msgstr ""
23422342

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#define MICROPY_HW_BOARD_NAME "RP2350 Stamp"
2-
#define MICROPY_HW_MCU_NAME "rp2350a"
2+
#define MICROPY_HW_MCU_NAME "rp2350a"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#define MICROPY_HW_BOARD_NAME "RP2350 Stamp XL"
2-
#define MICROPY_HW_MCU_NAME "rp2350b"
2+
#define MICROPY_HW_MCU_NAME "rp2350b"

0 commit comments

Comments
 (0)