diff options
author | Wolfgang Denk | 2008-05-04 12:10:33 +0200 |
---|---|---|
committer | Wolfgang Denk | 2008-05-04 12:10:33 +0200 |
commit | 6adf61dc4cb5c53a2df990cbc8df2bceacbfd869 (patch) | |
tree | b066fc015ba1cc028ec731a00a5086a8ba9f76f3 /post | |
parent | fb98f94fcbdf0adef6650f6a95ac6e77b0f6e63e (diff) |
Prepare for v1.3.3-rc3
Update ChNAGELOG, minor white space cleanup.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'post')
-rw-r--r-- | post/board/lwmon5/sysmon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/post/board/lwmon5/sysmon.c b/post/board/lwmon5/sysmon.c index e9c9624907e..2766224872c 100644 --- a/post/board/lwmon5/sysmon.c +++ b/post/board/lwmon5/sysmon.c @@ -67,7 +67,7 @@ extern int dspic_read(ushort reg); #define TEMPERATURE_MIN (-40) /* degr. C */ #define TEMPERATURE_MAX (+90) /* degr. C */ #define TEMPERATURE_DISPLAY_MIN (-35) /* degr. C */ -#define TEMPERATURE_DISPLAY_MAX (+85) /* degr. C */ +#define TEMPERATURE_DISPLAY_MAX (+85) /* degr. C */ #define VOLTAGE_5V_MIN (+4500) /* mV */ #define VOLTAGE_5V_MAX (+5500) /* mV */ |