1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:32:45 +01:00

boards/nucleo144-f303: remove useless I2C_NUMOF define

This commit is contained in:
Alexandre Abadie 2018-05-26 19:21:48 +02:00 committed by dylad
parent 22ff7d7af2
commit 78a918d53a

View File

@ -204,14 +204,6 @@ static const spi_conf_t spi_config[] = {
#define SPI_NUMOF (sizeof(spi_config) / sizeof(spi_config[0]))
/** @} */
/**
* @name I2C configuration
* @{
*/
#define I2C_NUMOF (0U)
/** @} */
/**
* @name ADC configuration
* @{