bldc/stm32f4xx_conf.h

19 lines
381 B
C

#ifndef __STM32F4xx_CONF_H
#define __STM32F4xx_CONF_H
#define USE_RTOS 0
#include "misc.h"
#include "stm32f4_gpio_af.h"
#include "stm32f4xx_dma.h"
#include "stm32f4xx_adc.h"
#include "stm32f4xx_exti.h"
#include "stm32f4xx_flash.h"
#include "stm32f4xx_rcc.h"
#include "stm32f4xx_syscfg.h"
#include "stm32f4xx_tim.h"
#include "stm32f4xx_wwdg.h"
#include "stm32f4xx_iwdg.h"
#endif