1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

sys/auto_init/can: include board periph_conf.h

This commit is contained in:
Karl Fessel 2024-03-27 14:52:05 +01:00
parent 16cfaab235
commit 568d60720f

View File

@ -19,6 +19,7 @@
#include "periph/can.h"
#include "can/device.h"
#include "can_params.h"
#include "periph_conf.h"
#define CANDEV_NUMOF (ARRAY_SIZE(candev_params))