Skip to content

Commit 88b1e2f

Browse files
committed
remove Internal flash unnecessary
1 parent 33ca357 commit 88b1e2f

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

ports/nrf/boards/bastble/mpconfigboard.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ USB_MANUFACTURER = "ElectronicCats"
55

66
MCU_CHIP = nrf52840
77

8-
INTERNAL_FLASH_FILESYSTEM = 1
9-
108
QSPI_FLASH_FILESYSTEM = 1
119
EXTERNAL_FLASH_DEVICE_COUNT = 1
1210
EXTERNAL_FLASH_DEVICES = "GD25Q16C"

ports/nrf/boards/bastble/pins.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
3636
// voltage sense battery
3737
{ MP_ROM_QSTR(MP_QSTR_VBAT), MP_ROM_PTR(&pin_P0_26) },
3838

39-
4039
{ MP_ROM_QSTR(MP_QSTR_TX), MP_ROM_PTR(&pin_P0_10) },
4140
{ MP_ROM_QSTR(MP_QSTR_RX), MP_ROM_PTR(&pin_P0_09) },
4241

0 commit comments

Comments
 (0)