Skip to content

Commit 2949a51

Browse files
committed
Set addresses to zero
1 parent 8aa7631 commit 2949a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Device.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Device::create()
5757

5858
if (id == "nRF52840-QIAA") {
5959
_family = FAMILY_NRF52;
60-
flashPtr = new NullFlash(_samba, "nRF52840-QIAA", 256, 4096, 0x20004000, 0x20008000);
60+
flashPtr = new NullFlash(_samba, "nRF52840-QIAA", 256, 4096, 0x00000000, 0x00000000);
6161
} else {
6262
throw DeviceUnsupportedError();
6363
}

0 commit comments

Comments
 (0)