From c5f20dc355e3324c7369a64611e7f3478bbe6182 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Thu, 18 Jan 2018 15:14:34 +0900 Subject: [PATCH] Update Chopstx and follow the changes. --- chopstx | 2 +- src/main.c | 2 -- src/mcu-stm32f103.c | 1 - src/neug.c | 1 - 4 files changed, 1 insertion(+), 5 deletions(-) diff --git a/chopstx b/chopstx index 8dabbe6..5cd4871 160000 --- a/chopstx +++ b/chopstx @@ -1 +1 @@ -Subproject commit 8dabbe6e1c51996aee99c9b93c97074acc01ddd6 +Subproject commit 5cd4871a9489d74e233b90b0b4b4aa18a8cf6fd4 diff --git a/src/main.c b/src/main.c index 01140bb..63f75f2 100644 --- a/src/main.c +++ b/src/main.c @@ -40,8 +40,6 @@ #include #define main emulated_main #else -#include "mcu/cortex-m.h" -#include "mcu/stm32.h" #include "mcu/stm32f103.h" #endif diff --git a/src/mcu-stm32f103.c b/src/mcu-stm32f103.c index 8a16108..8dbc9ad 100644 --- a/src/mcu-stm32f103.c +++ b/src/mcu-stm32f103.c @@ -23,7 +23,6 @@ */ #include -#include "mcu/stm32.h" #include "mcu/stm32f103.h" uint8_t * diff --git a/src/neug.c b/src/neug.c index f630d2a..0f554c1 100644 --- a/src/neug.c +++ b/src/neug.c @@ -30,7 +30,6 @@ #include "sys.h" #include "neug.h" #ifndef GNU_LINUX_EMULATION -#include "mcu/stm32.h" #include "mcu/stm32f103.h" #endif #include "adc.h"