Correct typo

This commit is contained in:
Anders Sandström
2020-04-07 12:27:26 +02:00
parent 9ce7d00eeb
commit 7b65ee01fb

View File

@@ -686,7 +686,7 @@ void ecmcFFT::initAsyn() {
asynTrigg_ = asynPort_->addNewAvailParam(paramName.c_str(), // name
asynParamInt32, // asyn type
(uint8_t *)triggOnce_, // pointer to data
strlen(triggOnce_), // size of data
sizeof(triggOnce_), // size of data
ECMC_EC_S32, // ecmc data type
0); // die if fail