diff options
| author | Wolfgang Denk <wd@denx.de> | 2008-05-04 12:10:33 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2008-05-04 12:10:33 +0200 | 
| commit | 6adf61dc4cb5c53a2df990cbc8df2bceacbfd869 (patch) | |
| tree | b066fc015ba1cc028ec731a00a5086a8ba9f76f3 /post/board/lwmon5/sysmon.c | |
| parent | fb98f94fcbdf0adef6650f6a95ac6e77b0f6e63e (diff) | |
| download | olio-uboot-2014.01-239f0883ea3a9f511f8925619d30a0dc9ea8fe01.tar.xz olio-uboot-2014.01-239f0883ea3a9f511f8925619d30a0dc9ea8fe01.zip | |
Prepare for v1.3.3-rc3v1.3.3-rc3
Update ChNAGELOG, minor white space cleanup.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'post/board/lwmon5/sysmon.c')
| -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 e9c962490..276622487 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 */ |