Skip to content

Commit

Permalink
Fix typo, thx @osy
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed Mar 27, 2021
1 parent f30c901 commit 747687f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sensors/SMCSuperIO/ECDeviceNUC.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ namespace EC {

// Intel EC V5 - HNKBLi70
static constexpr uint32_t B_NUC_EC_V5_CPU_TEMP_U8 = 0x416;
static constexpr uint32_t B_NUC_EC_V5_PCH_TEMP_U8 = 0x416;
static constexpr uint32_t B_NUC_EC_V5_PCH_TEMP_U8 = 0x417;
static constexpr uint32_t B_NUC_EC_V5_MEMORY_TEMP_U8 = 0x418; // SSD1 / Memory
static constexpr uint32_t B_NUC_EC_V5_MOTHERBOARD_TEMP_U8 = 0x419; // SSD2 / Motherboard

Expand Down

0 comments on commit 747687f

Please sign in to comment.