S
siva
const struct
{
float a0;
float a1;
float a2;
}A_coeffs[SECTIONS];
i am confused to declare the value for this structure correct me
thanq
i have declared this there is compiler error
A_coeffs[]=
{
{1.254285,2.508570,1.254285},
{1.254285,2.508570,1.254285},
{1.254285,2.508570,1.254285},
};
{
float a0;
float a1;
float a2;
}A_coeffs[SECTIONS];
i am confused to declare the value for this structure correct me
thanq
i have declared this there is compiler error
A_coeffs[]=
{
{1.254285,2.508570,1.254285},
{1.254285,2.508570,1.254285},
{1.254285,2.508570,1.254285},
};