More general 'stm32_timer_t'

This commit is contained in:
Scott Lahteine
2019-07-10 03:41:50 -05:00
parent 828cc71847
commit f7de453da8
4 changed files with 8 additions and 8 deletions

View File

@@ -128,13 +128,13 @@ extern void Temp_Handler(stimer_t *htim);
// Types
// ------------------------
typedef stimer_t stm32f4_timer_t;
typedef stimer_t stm32_timer_t;
// ------------------------
// Public Variables
// ------------------------
extern stm32f4_timer_t TimerHandle[];
extern stm32_timer_t TimerHandle[];
// ------------------------
// Public functions