aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32f1/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stm32f1/internal.h')
-rw-r--r--src/stm32f1/internal.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/stm32f1/internal.h b/src/stm32f1/internal.h
deleted file mode 100644
index 4c4394fd..00000000
--- a/src/stm32f1/internal.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef __STM32F1_INTERNAL_H
-#define __STM32F1_INTERNAL_H
-// Local definitions for STM32F1 code
-
-#include "stm32f1xx.h"
-
-#define GPIO(PORT, NUM) (((PORT)-'A') * 16 + (NUM))
-#define GPIO2PORT(PIN) ((PIN) / 16)
-
-extern GPIO_TypeDef *const digital_regs[];
-extern uint32_t const digital_pins[];
-
-#endif // internal.h