aboutsummaryrefslogtreecommitdiffstats
path: root/wirish/wirish_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'wirish/wirish_types.h')
-rw-r--r--wirish/wirish_types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/wirish/wirish_types.h b/wirish/wirish_types.h
index 7d6e31a..475f470 100644
--- a/wirish/wirish_types.h
+++ b/wirish/wirish_types.h
@@ -30,6 +30,7 @@
* @brief Wirish library type definitions.
*/
+#include "libmaple_types.h"
#include "gpio.h"
#include "timer.h"
#include "adc.h"
@@ -56,4 +57,6 @@ typedef struct stm32_pin_info {
uint8 adc_channel; /**< Pin ADC channel, or ADCx if none. */
} stm32_pin_info;
+#define __FLASH__ __attr_flash
+
#endif