25_R1_chassis/User/device/vofa.h
2025-05-25 20:10:14 +08:00

18 lines
116 B
C

#ifndef _VOFA_H_
#define _VOFA_H_
void vofa_tx_main(float *data);
extern float vofa_send[8];
#endif