私には機能があります
SCalibration(uint8_t number, const ABC::report& report,
return* ret)
{
uint8_t args[2];
args[0]=number;
memcpy(&(args[1],&report,sizeof(ABC::report)));
}
report はファイル ABC 内の異なるデータ型の構造体です。コンパイルしようとすると、「L value requires as unary & operand.
助けてください