mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
fixup! drivers/periph_i2c: implement i2c_pin_sda() in C
This commit is contained in:
parent
63f7c2da16
commit
b2e97dcd15
@ -114,10 +114,10 @@
|
||||
#ifndef PERIPH_I2C_H
|
||||
#define PERIPH_I2C_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
#include <limits.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "periph/gpio.h"
|
||||
#include "periph_conf.h"
|
||||
#include "periph_cpu.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user