mirror of https://github.com/ARMmbed/mbed-os.git
STM32F3 astyle
parent
cedb1043f1
commit
f4d8c8a746
|
@ -18,13 +18,13 @@
|
||||||
#define __US_TICKER_DATA_H
|
#define __US_TICKER_DATA_H
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "stm32f3xx.h"
|
#include "stm32f3xx.h"
|
||||||
#include "stm32f3xx_ll_tim.h"
|
#include "stm32f3xx_ll_tim.h"
|
||||||
#include "cmsis_nvic.h"
|
#include "cmsis_nvic.h"
|
||||||
|
|
||||||
#define TIM_MST TIM2
|
#define TIM_MST TIM2
|
||||||
#define TIM_MST_IRQ TIM2_IRQn
|
#define TIM_MST_IRQ TIM2_IRQn
|
||||||
#define TIM_MST_RCC __HAL_RCC_TIM2_CLK_ENABLE()
|
#define TIM_MST_RCC __HAL_RCC_TIM2_CLK_ENABLE()
|
||||||
|
|
Loading…
Reference in New Issue