diff --git a/cpu/nrf51/include/cpu_conf.h b/cpu/nrf51/include/cpu_conf.h index c5177ecf03..ac874fe40d 100644 --- a/cpu/nrf51/include/cpu_conf.h +++ b/cpu/nrf51/include/cpu_conf.h @@ -57,6 +57,11 @@ extern "C" { #define FLASHPAGE_WRITE_BLOCK_ALIGNMENT (4U) /** @} */ +/** + * @brief nRF51 only has one GPIO block + */ +#define GPIO_COUNT (1U) + /** * @brief Due to RAM restrictions, we need to limit the default GNRC packet * buffer size on these CPUs