From 3a4e1f2bd59a5185e638a2552c64344d78e0f54f Mon Sep 17 00:00:00 2001
From: NIIBE Yutaka <gniibe@fsij.org>
Date: Tue, 31 May 2016 11:49:01 +0900
Subject: Cleanup of sys and its macro

---
 mcu/sys-stm32f103.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'mcu/sys-stm32f103.c')

diff --git a/mcu/sys-stm32f103.c b/mcu/sys-stm32f103.c
index 00ec8fe..dc1cfa1 100644
--- a/mcu/sys-stm32f103.c
+++ b/mcu/sys-stm32f103.c
@@ -17,7 +17,7 @@
 #include <stdlib.h>
 #include "board.h"
 
-#include "mcu/clk_gpio_init-stm32f103.c"
+#include "mcu/clk_gpio_init-stm32.c"
 
 
 static void
-- 
cgit v1.2.3