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:
parent
46737bcdf3
commit
a1ca06d6f4
@ -33,6 +33,7 @@
|
||||
#ifndef DRIVERS_CORETEMP_H
|
||||
#define DRIVERS_CORETEMP_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
Loading…
Reference in New Issue
Block a user