We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30d84e1 commit 6de83f1Copy full SHA for 6de83f1
source/board/ep_agora.c
@@ -22,11 +22,12 @@
22
#include "target_board.h"
23
#include "target_family.h"
24
25
-extern target_cfg_t target_device_nrf52840_256;
+extern target_cfg_t target_device_nrf52840;
26
27
const board_info_t g_board_info = {
28
.infoVersion = 0x0002,
29
+ .flags = kEnablePageErase,
30
.board_id = "2600",
31
.family_id = kNordic_Nrf52_FamilyID,
- .target_cfg = &target_device_nrf52840_256,
32
+ .target_cfg = &target_device_nrf52840,
33
};
0 commit comments