Skip to content

Commit 5d6bef5

Browse files
authored
Respect product name: space between QT and Py
https://www.adafruit.com/product/4900 say "Adafruit QT Py RP2040" This is also matching other "QT Py" product.
1 parent 0539b88 commit 5d6bef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/raspberrypi/boards/adafruit_qtpy_rp2040/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#define MICROPY_HW_BOARD_NAME "Adafruit QTPy RP2040"
1+
#define MICROPY_HW_BOARD_NAME "Adafruit QT Py RP2040"
22
#define MICROPY_HW_MCU_NAME "rp2040"
33

44
#define MICROPY_HW_NEOPIXEL (&pin_GPIO12)

0 commit comments

Comments
 (0)