我在程序中定义了4个数组,
float Data_ta[400]={0};
float Data_tb[400]={0};
float Data_tc[400]={0};
float Data_theta[400]={0};
结果编译的时候出现类似容量不足的不错,请问该怎么修改,
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
我在程序中定义了4个数组,
float Data_ta[400]={0};
float Data_tb[400]={0};
float Data_tc[400]={0};
float Data_theta[400]={0};
结果编译的时候出现类似容量不足的不错,请问该怎么修改,