changing MICROPY_HW_BOARD_NAME from Dongle to DK

This commit is contained in:
Pierre Constantineau 2021-10-07 21:57:04 -06:00
parent 75db5a21a7
commit 002383691c
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)