8000 changed TG-Watch02A HW_BOARD_NAME · rbrian/circuitpython@b967a20 · GitHub
[go: up one dir, main page]

Skip to content

Commit b967a20

Browse files
committed
changed TG-Watch02A HW_BOARD_NAME
1 parent 50b451a commit b967a20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ports/nrf/boards/TG-Watch02A/mpconfigboard.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
#include "nrfx/hal/nrf_gpio.h"
2929

3030

31-
#define MICROPY_HW_BOARD_NAME "TG-Techie's TG-Watch02A Rev:00"
31+
#define MICROPY_HW_BOARD_NAME "TG-Techie's TG-Watch02A"
3232
#define MICROPY_HW_MCU_NAME "nRF52840"
3333

3434
//#define FLASH_SIZE (0x100000)
3535
//#define FLASH_PAGE_SIZE (4096)
3636

37-
#define MICROPY_HW_NEOPIXEL (&pin_P0_16)
37+
//#define MICROPY_HW_NEOPIXEL (&pin_P0_16)
3838

3939
#define MICROPY_HW_LED_STATUS (&pin_P0_07)
4040

0 commit comments

Comments
 (0)
0