aboutsummaryrefslogtreecommitdiff
path: root/lib/stm32/i2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stm32/i2c.c')
-rw-r--r--lib/stm32/i2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stm32/i2c.c b/lib/stm32/i2c.c
index e16b824..e1a3b84 100644
--- a/lib/stm32/i2c.c
+++ b/lib/stm32/i2c.c
@@ -17,7 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <stm32/i2c.h>
+#include <libopencm3/stm32/i2c.h>
void i2c_peripheral_enable(u32 i2c)
{