Skip to content

Commit f8a14b4

Browse files
authored
Merge pull request #676 from trowbridgec/update-ep-agora-config
Update the ep_agora config to closer match the nRF52840DK config
2 parents 9eac702 + 6de83f1 commit f8a14b4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/board/ep_agora.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,12 @@
2222
#include "target_board.h"
2323
#include "target_family.h"
2424

25-
extern target_cfg_t target_device_nrf52840_256;
25+
extern target_cfg_t target_device_nrf52840;
2626

2727
const board_info_t g_board_info = {
2828
.infoVersion = 0x0002,
29+
.flags = kEnablePageErase,
2930
.board_id = "2600",
3031
.family_id = kNordic_Nrf52_FamilyID,
31-
.target_cfg = &target_device_nrf52840_256,
32+
.target_cfg = &target_device_nrf52840,
3233
};

0 commit comments

Comments
 (0)