diff options
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_ |