1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-30 17:01:19 +01:00

cpu/stm32: i2c include panic.h

This commit is contained in:
Karl Fessel 2022-01-26 15:29:31 +01:00
parent 909ffc9d34
commit 5e42af7935
2 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,7 @@
#include "cpu.h"
#include "mutex.h"
#include "byteorder.h"
#include "panic.h"
#include "cpu_conf_stm32_common.h"

View File

@ -42,6 +42,7 @@
#include "irq.h"
#include "mutex.h"
#include "pm_layered.h"
#include "panic.h"
#include "periph/i2c.h"
#include "periph/gpio.h"