cm3: include stdint.h and stdbool.h
While there might be other places that are missing this include, this particular file is clearly missing them, and has resulted in a few separate bug reports. Fix it right now, in the name of continuous improvement. Fixes #310 and #427
This commit is contained in:
parent
5746fd4d25
commit
aac78ba464
@ -33,6 +33,9 @@
|
|||||||
|
|
||||||
/**@{*/
|
/**@{*/
|
||||||
|
|
||||||
|
#include <stdbool.h>
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
/** @brief Cortex M Enable interrupts
|
/** @brief Cortex M Enable interrupts
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user