From aac78ba464f3bd66d9eb07433baba7ce70723461 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Wed, 29 Apr 2015 01:30:47 +0000 Subject: [PATCH] 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 --- include/libopencm3/cm3/cortex.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/libopencm3/cm3/cortex.h b/include/libopencm3/cm3/cortex.h index 07e7a469..e3aa53c6 100644 --- a/include/libopencm3/cm3/cortex.h +++ b/include/libopencm3/cm3/cortex.h @@ -33,6 +33,9 @@ /**@{*/ +#include +#include + /*---------------------------------------------------------------------------*/ /** @brief Cortex M Enable interrupts *