aboutsummaryrefslogtreecommitdiff
path: root/include/libopencm3/stm32/f1/usart.h
diff options
context:
space:
mode:
authorKen Sarkies2012-12-06 03:32:52 +1030
committerKen Sarkies2013-01-08 19:58:18 +1030
commit85308f562a05db14a89a0335016a44634de072b0 (patch)
tree45fcc0dad8a239305ef7ef2ee8a936733eb55e9d /include/libopencm3/stm32/f1/usart.h
parentefee94901a3d587c3168f7340f3797336eb5f0dc (diff)
Minor cleanup to use dispatch memorymap.h
Diffstat (limited to 'include/libopencm3/stm32/f1/usart.h')
-rw-r--r--include/libopencm3/stm32/f1/usart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libopencm3/stm32/f1/usart.h b/include/libopencm3/stm32/f1/usart.h
index ba6762d..24a8137 100644
--- a/include/libopencm3/stm32/f1/usart.h
+++ b/include/libopencm3/stm32/f1/usart.h
@@ -33,7 +33,7 @@ LGPL License Terms @ref lgpl_license
#ifndef LIBOPENCM3_USART_H
#define LIBOPENCM3_USART_H
-#include <libopencm3/stm32/f1/memorymap.h>
+#include <libopencm3/stm32/memorymap.h>
#include <libopencm3/stm32/common/usart_common_all.h>
#endif