2024/1/25飞行测试
This commit is contained in:
@ -10,6 +10,6 @@
|
||||
#define BYTE2(dwTemp) ( *( (char *)(&dwTemp) + 2) )
|
||||
#define BYTE3(dwTemp) ( *( (char *)(&dwTemp) + 3) )
|
||||
|
||||
|
||||
void Data_send(int32_t _a,int32_t _b,int32_t _c,int32_t _d);
|
||||
void Data_send(int32_t _a,int32_t _b);
|
||||
//void Data_send(int32_t _a,int32_t _b,int32_t _c,int32_t _d);
|
||||
#endif //FOC_N_USART_ANO_H
|
||||
|
Reference in New Issue
Block a user