diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/flash/nor/nrf51.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/flash/nor/nrf51.c b/src/flash/nor/nrf51.c index 65ad33de..f078cc3c 100644 --- a/src/flash/nor/nrf51.c +++ b/src/flash/nor/nrf51.c @@ -237,6 +237,12 @@ static const struct nrf51_device_spec nrf51_known_devices_table[] = { .flash_size_kb = 256, }, { + .hwid = 0x0084, + .variant = "QFAC", + .build_code = "A1", + .flash_size_kb = 256, + }, + { .hwid = 0x007D, .variant = "CDAB", .build_code = "A0", @@ -315,12 +321,6 @@ static const struct nrf51_device_spec nrf51_known_devices_table[] = { .flash_size_kb = 128, }, { - .hwid = 0x0084, - .variant = "QFAC", - .build_code = "A1", - .flash_size_kb = 256, - }, - { .hwid = 0x0085, .variant = "QFAC", .build_code = "A0", |