diff options
Diffstat (limited to 'Libraries/LTimers/ltimers_config.h')
-rw-r--r-- | Libraries/LTimers/ltimers_config.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/Libraries/LTimers/ltimers_config.h b/Libraries/LTimers/ltimers_config.h deleted file mode 100644 index 50a75db..0000000 --- a/Libraries/LTimers/ltimers_config.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef LTIMERS_CONFIG_INCLUDED -#define LTIMERS_CONFIG_INCLUDED - -// Примечание -// Обратить внимание на то, что таймеры тактируются от разных шин APB1 или APB2 - -#define LTIMER_IRQHandler TIM17_IRQHandler -#define LTIMER_TIMx TIM17 -#define LTIMER_TIM_RCC RCC_APB2Periph_TIM17 -#define LTIMER_TIM_IRQx TIM17_IRQn -#define LTIMER_RCC_APBxPeriphClockCmd RCC_APB2PeriphClockCmd - -void LTimersConfig ( void ); - -#endif // LTIMERS_CONFIG_INCLUDED |