From 437b2dc43ca2e9b39b7be40f41b233bbaa8f8362 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka <gniibe@fsij.org> Date: Wed, 20 Apr 2016 17:30:41 +0900 Subject: Update for STM32 --- example-primer2/sys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example-primer2') diff --git a/example-primer2/sys.c b/example-primer2/sys.c index 6481703..a399b7f 100644 --- a/example-primer2/sys.c +++ b/example-primer2/sys.c @@ -27,7 +27,7 @@ (RCC_APB2RSTR_IOPARST | RCC_APB2RSTR_IOPDRST | RCC_APB2RSTR_IOPERST \ | RCC_APB2RSTR_IOPCRST | RCC_APB2RSTR_IOPBRST) -#include "clk_gpio_init.c" +#include "clk_gpio_init-stm32.c" static struct GPIO *const GPIO_OTHER1 = ((struct GPIO *const) GPIOC_BASE); static struct GPIO *const GPIO_OTHER2 = ((struct GPIO *const) GPIOB_BASE); -- cgit v1.2.3