Fix crc command.

Due to changed permissions in 2f4c06af.
This commit is contained in:
Bjarne von Horn
2024-05-14 10:39:47 +02:00
parent a9804cb302
commit 9012a40ed9

View File

@@ -86,7 +86,7 @@ void CommandCrc::execute(const StringVector &args)
}
MasterDevice m(getSingleMasterIndex());
m.open(reset ? MasterDevice::ReadWrite : MasterDevice::Read);
m.open(MasterDevice::ReadWrite);
ec_ioctl_master_t master;
m.getMaster(&master);