commit | 138e01889a4fb60c80de9b67048a959e8e671516 | [log] [tgz] |
---|---|---|
author | Deepak Kodihalli <dkodihal@in.ibm.com> | Fri Feb 02 07:17:02 2018 -0600 |
committer | Tom Joseph <tomjoseph@in.ibm.com> | Tue Feb 06 05:19:21 2018 +0000 |
tree | c4af965740fabbfb0b7fc1e1c50de75549ce7e08 | |
parent | 5c0beec1c30e2702e18359989ed16052ae222767 [diff] |
dcmi: fix max temperature constant Change the max temperature constant from 128 (degrees C) to 127, because the temperature is represented with 7 bits (the 8th bit being the sign). Change-Id: I43d2edf8235ca69a4f31a72949079601c38355b1 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To full clean the repository again run ./bootstrap.sh clean
.