1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-29 08:21:18 +01:00

cpu/stm32/include/periph_cpu.h: add missing limits.h include

This commit is contained in:
Kaspar Schleiser 2020-11-23 11:31:18 +01:00
parent ba28bf849c
commit 3f0ea86963

View File

@ -21,6 +21,8 @@
#ifndef PERIPH_CPU_H
#define PERIPH_CPU_H
#include <limits.h>
#include "cpu.h"
#include "macros/units.h"