From 4cf1d5e40d6147bf66e5d39e393ad467efcde76b Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Mon, 27 May 2024 22:55:45 +0200 Subject: [PATCH] pkg/openwsn: Add missing include `UART_NUMOF` is defined in `periph_conf.h`, not in `board.h`. --- pkg/openwsn/include/openwsn_uart.h | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/openwsn/include/openwsn_uart.h b/pkg/openwsn/include/openwsn_uart.h index 4c4e1cfc4a..a41c65c16d 100644 --- a/pkg/openwsn/include/openwsn_uart.h +++ b/pkg/openwsn/include/openwsn_uart.h @@ -28,6 +28,7 @@ #include "stdint.h" #include "board.h" +#include "periph_conf.h" #ifdef __cplusplus extern "C" {