commit | e5c9d2fbd8776c9ecbd27fe8849f307ca9bb777a | [log] [tgz] |
---|---|---|
author | Emily Shaffer <emilyshaffer@google.com> | Tue Jun 25 14:26:45 2019 -0700 |
committer | Tom Joseph <tomjoseph@in.ibm.com> | Fri Jul 12 10:53:58 2019 +0000 |
tree | 605c4379dc9765aee57111414bff68d520d5d821 | |
parent | b60e840abc33a50979ea0c8778fe06e28241b3b3 [diff] |
sensorhandler: fix type of get_reservation_id() The implementation of get_reservation_id() is combining two uint8_t, but currently returns a uint8_t. Return instead a uint16_t to correct this. Change-Id: I5bbfdd230bcc2bb467b755ac90a39c6bf11167d1 Signed-off-by: Emily Shaffer <emilyshaffer@google.com>
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.