Skip to content

Commit

Permalink
fixup! cpu/stm32: fix periph_i2c for F1, F2, L1 and F4 families
Browse files Browse the repository at this point in the history
  • Loading branch information
maribu committed Dec 11, 2023
1 parent 10641ae commit 6d2782e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpu/stm32/periph/i2c_2.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
#include "cpu.h"
#include "mutex.h"
#include "pm_layered.h"
#include "panic.h"

#include "periph/i2c.h"
#include "periph/gpio.h"
Expand Down

0 comments on commit 6d2782e

Please sign in to comment.