From c70f3c745eaaaff7d6dc824c3aea5d754ac8325c Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Mon, 6 Jun 2011 17:36:35 -0400 Subject: flash.h: Add missing include. --- libmaple/flash.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libmaple/flash.h') diff --git a/libmaple/flash.h b/libmaple/flash.h index 8ee03c5..6deeded 100644 --- a/libmaple/flash.h +++ b/libmaple/flash.h @@ -22,13 +22,14 @@ * THE SOFTWARE. *****************************************************************************/ - /** * @file flash.h * @brief STM32 Medium and high density Flash register map and setup * routines */ +#include "libmaple_types.h" + #ifndef _FLASH_H_ #define _FLASH_H_ -- cgit v1.2.3