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:
Karl Palsson 2015-04-29 01:30:47 +00:00
parent 5746fd4d25
commit aac78ba464
1 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,9 @@
/**@{*/
#include <stdbool.h>
#include <stdint.h>
/*---------------------------------------------------------------------------*/
/** @brief Cortex M Enable interrupts
*