Skip to content

Commit

Permalink
Back old default format
Browse files Browse the repository at this point in the history
  • Loading branch information
Cozmonat committed Mar 31, 2017
1 parent 0d00fec commit a1e3d7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions HWMonitor/HWMAtaSmartSensor.m
Original file line number Diff line number Diff line change
Expand Up @@ -388,9 +388,9 @@ +(NSString *)getDefaultAttributeNameByIdentifier:(NSUInteger)identifier isRotati
+(NSString*)getDefaultRawFormatForIdentifier:(NSUInteger)identifier
{
switch (identifier) {
case 1: // Raw Read Error Rate
case 7: // Seek Error Rate
return @"raw24/raw32";
// case 1: // Raw Read Error Rate
// case 7: // Seek Error Rate
// return @"raw24/raw32";

case 3: // Spin-up time
return @"raw16(avg16)";
Expand Down

0 comments on commit a1e3d7f

Please sign in to comment.