- #ifndef _ALL_Includes_H
- #define _ALL_Includes_H
- #define u8 uint8_t
- #define u16 uint16_t
- #define u32 uint32_t
- #include "stm32f0xx.h"
- #include "MyType.h"
- #include "delay.h"
- #include "sysinit.h"
- #include "led.h"
- #include "usart.h"
- #include "tq_sdt_led.h"
- #endif
|