mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Eliminate the broken tpi system for a simple drive/format type field.
This commit is contained in:
@@ -39,8 +39,8 @@ public:
|
||||
|
||||
_extraConfig.mutable_drive()->set_rotational_period_ms(
|
||||
_proto.rotational_period_ms());
|
||||
if (_proto.has_tpi())
|
||||
_extraConfig.mutable_drive()->set_tpi(_proto.tpi());
|
||||
if (_proto.has_drive_type())
|
||||
_extraConfig.mutable_drive()->set_drive_type(_proto.drive_type());
|
||||
}
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user