Rev 42 |
Blame |
Compare with Previous |
Last modification |
View Log
| Download
| RSS feed
/* Define to prevent recursive inclusion -------------------------------------*/
#ifndef __MAIN_EXPORTS_H
#define __MAIN_EXPORTS_H
#ifdef __cplusplus
extern "C" {
#endif
extern TIM_HandleTypeDef htim2;
extern TIM_HandleTypeDef htim3;
extern TIM_HandleTypeDef htim4;
extern SPI_HandleTypeDef hspi1;
#ifdef __cplusplus
}
#endif
#endif