summaryrefslogtreecommitdiff
path: root/chip/stm32/i2c-stm32g4.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/stm32/i2c-stm32g4.c')
-rw-r--r--chip/stm32/i2c-stm32g4.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/chip/stm32/i2c-stm32g4.c b/chip/stm32/i2c-stm32g4.c
index 4da300f45c..995cbdd7c5 100644
--- a/chip/stm32/i2c-stm32g4.c
+++ b/chip/stm32/i2c-stm32g4.c
@@ -3,6 +3,7 @@
* found in the LICENSE file.
*/
+#include "builtin/assert.h"
#include "chipset.h"
#include "clock.h"
#include "common.h"