diff options
author | Oxore <oxore@protonmail.com> | 2023-03-05 20:20:45 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-03-05 20:20:45 +0300 |
commit | ea807de65b0485ac58b6eae576209c64d4d5c4e9 (patch) | |
tree | b4264d20e1d700cfd9e0ece9d847a825dd1dfc03 /Libraries/LTimers/ltimers_config.h | |
parent | dd01e7ed22cea652061f0d12cecf929e04b285e9 (diff) |
Split app code and third party libraries
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 |