From b70416167b9abdcafacea81e9ef92c509360f735 Mon Sep 17 00:00:00 2001 From: Eug Krashtan Date: Sat, 28 Dec 2019 13:29:10 +0200 Subject: stm32f0: Remove hal based stm32f0 implementation Signed-off-by: Eug Krashtan Signed-off-by: Kevin O'Connor --- src/stm32f0/internal.h | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 src/stm32f0/internal.h (limited to 'src/stm32f0/internal.h') diff --git a/src/stm32f0/internal.h b/src/stm32f0/internal.h deleted file mode 100644 index 35c3000f..00000000 --- a/src/stm32f0/internal.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef __STM32F0_INTERNAL_H -#define __STM32F0_INTERNAL_H -// Local definitions for STM32F0 code - -#include "stm32f0xx.h" - -#define GPIO(PORT, NUM) (((PORT)-'A') * 16 + (NUM)) -#define GPIO2PORT(PIN) ((PIN) / 16) - -extern uint8_t const avail_pins[]; - -void gpio_init(void); -void TimerInit(void); - -#endif // internal.h -- cgit v1.2.3-70-g09d2