From 0545dcda8bc2b7a8d421ef2251da76d08dd814a1 Mon Sep 17 00:00:00 2001 From: Bas Stottelaar Date: Sun, 21 Jun 2020 21:28:57 +0200 Subject: [PATCH] boards/im880b: remove RTC_NUMOF These defines were globally removed in #12673. --- boards/im880b/include/periph_conf.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/boards/im880b/include/periph_conf.h b/boards/im880b/include/periph_conf.h index 56c0fde7bf..84cc9a8b7e 100644 --- a/boards/im880b/include/periph_conf.h +++ b/boards/im880b/include/periph_conf.h @@ -177,13 +177,6 @@ static const i2c_conf_t i2c_config[] = { #define I2C_NUMOF (sizeof(i2c_config) / sizeof(i2c_config[0])) /** @} */ -/** - * @name RTC configuration - * @{ - */ -#define RTC_NUMOF (1U) -/** @} */ - /** * @name ADC configuration * @{