Skip to content

Commit

Permalink
fixup! drivers/periph_i2c: implement i2c_pin_sda() in C
Browse files Browse the repository at this point in the history
  • Loading branch information
maribu committed Feb 6, 2024
1 parent 63f7c2d commit b2e97dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/include/periph/i2c.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit b2e97dc

Please sign in to comment.