mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #4651 from gebart/pr/uart-missing-include
drivers/periph/uart: Add missing #include <stddef.h>
This commit is contained in:
commit
14085c0b75
@ -44,6 +44,7 @@
|
||||
#ifndef PERIPH_UART_H
|
||||
#define PERIPH_UART_H
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "periph_cpu.h"
|
||||
|
Loading…
Reference in New Issue
Block a user