Fix red in 7e5fc4076a
Change-Id: I1704ea0de243bff05262556723daea5b3531558b
This commit is contained in:
parent
7e5fc4076a
commit
16a32c576c
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@
|
|||
#ifndef I2C_H
|
||||
#define I2C_H
|
||||
|
||||
#include "config.h"
|
||||
|
||||
extern void i2c_init(void) INIT_ATTR;
|
||||
extern void i2c_begin(void);
|
||||
extern void i2c_end(void);
|
||||
|
|
Loading…
Reference in a new issue