Merge pull request #4577 from dglaude/patch-1

Respect product name: space between QT and Py
This commit is contained in:
Dan Halbert 2021-04-09 13:10:19 -04:00 committed by GitHub
commit 11b9a5e605
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#define MICROPY_HW_BOARD_NAME "Adafruit QTPy RP2040"
#define MICROPY_HW_BOARD_NAME "Adafruit QT Py RP2040"
#define MICROPY_HW_MCU_NAME "rp2040"
#define MICROPY_HW_NEOPIXEL (&pin_GPIO12)