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

boards/im880b: remove RTC_NUMOF

These defines were globally removed in #12673.
This commit is contained in:
Bas Stottelaar 2020-06-21 21:28:57 +02:00
parent 27da7c2797
commit 0545dcda8b

View File

@ -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
* @{