rt_config.h 263 B

1234567891011121314
  1. #ifndef RT_CONFIG_H__
  2. #define RT_CONFIG_H__
  3. #define RCC_GPIOA_CLK_ENABLE
  4. #define RCC_GPIOB_CLK_ENABLE
  5. #define RCC_GPIOC_CLK_ENABLE
  6. #define RT_USING_PIN
  7. #define RT_USING_HWTIMER
  8. #define RT_USING_HWTIMER1
  9. #endif