From 7dc67d2210fb566bc370f0eea7ce9d9c5744760b Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Thu, 27 Sep 2018 12:53:43 +0900 Subject: [PATCH] Minor change for ackbtn driver. --- contrib/ackbtn-stm32f103.c | 3 ++- contrib/{ackbtn-stm32f103.h => ackbtn.h} | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename contrib/{ackbtn-stm32f103.h => ackbtn.h} (100%) diff --git a/contrib/ackbtn-stm32f103.c b/contrib/ackbtn-stm32f103.c index 5ec7441..3c392ff 100644 --- a/contrib/ackbtn-stm32f103.c +++ b/contrib/ackbtn-stm32f103.c @@ -29,9 +29,10 @@ #include #include #include +#include #include "board.h" -#include "mcu/stm32f103.h" +#include "sys.h" static uint32_t pin_config; diff --git a/contrib/ackbtn-stm32f103.h b/contrib/ackbtn.h similarity index 100% rename from contrib/ackbtn-stm32f103.h rename to contrib/ackbtn.h