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

boards: adapt atmega boards with new i2c API

This commit is contained in:
Alexandre Abadie 2018-07-03 11:04:16 +02:00 committed by dylad
parent c7fed1526c
commit c26888c9f7
4 changed files with 4 additions and 0 deletions

View File

@ -141,6 +141,7 @@ extern "C" {
* @name I2C configuration
* @{
*/
#define I2C_BUS_SPEED I2C_SPEED_FAST
#define I2C_NUMOF 1
/** @} */

View File

@ -116,6 +116,7 @@ extern "C" {
* @name I2C configuration
* @{
*/
#define I2C_BUS_SPEED I2C_SPEED_FAST
#define I2C_NUMOF (1U)
/** @} */

View File

@ -108,6 +108,7 @@ extern "C" {
* @name I2C configuration
* @{
*/
#define I2C_BUS_SPEED I2C_SPEED_FAST
#define I2C_NUMOF 1
/** @} */

View File

@ -107,6 +107,7 @@ extern "C" {
* @name I2C configuration
* @{
*/
#define I2C_BUS_SPEED I2C_SPEED_FAST
#define I2C_NUMOF 1
/** @} */