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

cpu/efm32: coretemp.h: add missing stdint.h include

This commit is contained in:
Kaspar Schleiser 2020-11-25 14:01:51 +01:00
parent 46737bcdf3
commit a1ca06d6f4

View File

@ -33,6 +33,7 @@
#ifndef DRIVERS_CORETEMP_H
#define DRIVERS_CORETEMP_H
#include <stdint.h>
#ifdef __cplusplus
extern "C" {