diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-06-06 17:36:35 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-06-06 17:36:35 -0400 |
commit | c70f3c745eaaaff7d6dc824c3aea5d754ac8325c (patch) | |
tree | 6c884c222b5457d7c32e34b8da2eab096017454f /libmaple | |
parent | 85a919f29feaa71f98249fb63698512623c03630 (diff) | |
download | librambutan-c70f3c745eaaaff7d6dc824c3aea5d754ac8325c.tar.gz librambutan-c70f3c745eaaaff7d6dc824c3aea5d754ac8325c.zip |
flash.h: Add missing include.
Diffstat (limited to 'libmaple')
-rw-r--r-- | libmaple/flash.h | 3 |
1 files changed, 2 insertions, 1 deletions
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_ |