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

drivers/soft_uart: include board.h

This commit is contained in:
Benjamin Valentin 2023-11-23 13:33:55 +01:00
parent 6380d81119
commit 138cbb83d6

View File

@ -19,6 +19,7 @@
#ifndef SOFT_UART_PARAMS_H #ifndef SOFT_UART_PARAMS_H
#define SOFT_UART_PARAMS_H #define SOFT_UART_PARAMS_H
#include "board.h"
#include "soft_uart.h" #include "soft_uart.h"
#include "macros/units.h" #include "macros/units.h"
#include "kernel_defines.h" #include "kernel_defines.h"