Merge branch 'master' into LED_simplifications

This commit is contained in:
PatrickvL 2018-01-22 00:34:45 +01:00 committed by GitHub
commit e27918b95d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -110,8 +110,8 @@ uint8_t SMCDevice::ReadByte(uint8_t command)
break;
//0x03 tray state
//#define SMC_COMMAND_AV_PACK 0x04 // A / V Pack state
//0x09 CPU temperature(°C)
//0x0A board temperature(°C)
//0x09 CPU temperature(°C)
//0x0A board temperature(°C)
case 0x0F: // reads scratch register written with 0x0E
return buffer[0x0E];
//0x10 current fan speed(0~50)