This commit is contained in:
Erik Frojdh
2020-05-28 09:28:53 +02:00
parent 6c753f3b50
commit e2eb1598d3
8 changed files with 68 additions and 9 deletions

View File

@ -2355,7 +2355,7 @@ int Module::setTemperatureEvent(int val) {
return retval;
}
int Module::setStoragecellStart(int pos) {
int Module::setStorageCellStart(int pos) {
return sendToDetector<int>(F_STORAGE_CELL_START, pos);
}