diff --git a/tool/CommandCrc.cpp b/tool/CommandCrc.cpp index eb06ed66..05df4b11 100644 --- a/tool/CommandCrc.cpp +++ b/tool/CommandCrc.cpp @@ -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);