1
0
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:
Marian Buschsieweke 2024-02-06 09:29:58 +01:00
parent 63f7c2da16
commit b2e97dcd15
No known key found for this signature in database
GPG Key ID: 77AA882EC78084E6

View File

@ -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"