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

pkg/openwsn: Add missing include

`UART_NUMOF` is defined in `periph_conf.h`, not in `board.h`.
This commit is contained in:
Marian Buschsieweke 2024-05-27 22:55:45 +02:00
parent aa084dd5d5
commit 4cf1d5e40d
No known key found for this signature in database
GPG Key ID: 77AA882EC78084E6

View File

@ -28,6 +28,7 @@
#include "stdint.h"
#include "board.h"
#include "periph_conf.h"
#ifdef __cplusplus
extern "C" {