Forráskód Böngészése

lwmon5: fix manual merge error in POST

Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
Sascha Laue 17 éve
szülő
commit
e7419b243a
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      post/board/lwmon5/sysmon.c

+ 2 - 2
post/board/lwmon5/sysmon.c

@@ -132,7 +132,7 @@ static sysmon_table_t sysmon_table[] =
 
 	{
 	"+ 5 V", "V", &sysmon_dspic, NULL, NULL,
-	100, 1000, 0, 0xFFFF, 0xFFFF,
+	100, 1000, -0x8000, 0x7FFF, 0xFFFF,
 	VOLTAGE_5V_MIN, VOLTAGE_5V_MAX, 0,
 	VOLTAGE_5V_MIN, VOLTAGE_5V_MAX, 0,
 	REG_VOLTAGE_5V,
@@ -140,7 +140,7 @@ static sysmon_table_t sysmon_table[] =
 
 	{
 	"+ 5 V standby", "V", &sysmon_dspic, NULL, NULL,
-	100, 1000, 0, 0xFFFF, 0xFFFF,
+	100, 1000, -0x8000, 0x7FFF, 0xFFFF,
 	VOLTAGE_5V_STANDBY_MIN, VOLTAGE_5V_STANDBY_MAX, 0,
 	VOLTAGE_5V_STANDBY_MIN, VOLTAGE_5V_STANDBY_MAX, 0,
 	REG_VOLTAGE_5V_STANDBY,