Merge pull request #5441 from jpconstantineau/Nordic-PCA10100-update

changing MICROPY_HW_BOARD_NAME from Dongle to DK
This commit is contained in:
microDev 2021-10-08 09:33:25 +05:30 committed by GitHub
commit 87ab670a6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
#include "nrfx/hal/nrf_gpio.h"
#define MICROPY_HW_BOARD_NAME "PCA10100 nRF52833 Dongle"
#define MICROPY_HW_BOARD_NAME "PCA10100 nRF52833 DK"
#define MICROPY_HW_MCU_NAME "nRF52833"
#define MICROPY_HW_LED_STATUS (&pin_P0_13)