diff --git a/src/flash/nor/nrf51.c b/src/flash/nor/nrf51.c index 65ad33de2..f078cc3cd 100644 --- a/src/flash/nor/nrf51.c +++ b/src/flash/nor/nrf51.c @@ -236,6 +236,12 @@ static const struct nrf51_device_spec nrf51_known_devices_table[] = { .build_code = "A0", .flash_size_kb = 256, }, + { + .hwid = 0x0084, + .variant = "QFAC", + .build_code = "A1", + .flash_size_kb = 256, + }, { .hwid = 0x007D, .variant = "CDAB", @@ -314,12 +320,6 @@ static const struct nrf51_device_spec nrf51_known_devices_table[] = { .build_code = "B0", .flash_size_kb = 128, }, - { - .hwid = 0x0084, - .variant = "QFAC", - .build_code = "A1", - .flash_size_kb = 256, - }, { .hwid = 0x0085, .variant = "QFAC",