1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu/nrf51: define flashpage numof for NRF51X22XXAC

This commit is contained in:
Alexandre Abadie 2018-11-17 10:20:50 +01:00
parent 1de4ae743a
commit 59ca49374a

View File

@ -44,7 +44,7 @@ extern "C" {
*/
#define FLASHPAGE_SIZE (1024U)
#if defined(CPU_MODEL_NRF51X22XXAA)
#if defined(CPU_MODEL_NRF51X22XXAA) || defined(CPU_MODEL_NRF51X22XXAC)
#define FLASHPAGE_NUMOF (256U)
#elif defined(CPU_MODEL_NRF51X22XXAB)
#define FLASHPAGE_NUMOF (128U)