summaryrefslogtreecommitdiffstats
path: root/testit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'testit.cpp')
-rw-r--r--testit.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/testit.cpp b/testit.cpp
index a0cd2c1..072b5d7 100644
--- a/testit.cpp
+++ b/testit.cpp
@@ -12,7 +12,7 @@ unsigned char g_sensortype [][2] = {
{0xFF ,0xff}
};
-uint8_t find_sensor(uint8_t sensor_number) {
+uint8_t find_type_for_sensor_number(uint8_t sensor_number) {
int i=0;
uint8_t rc;
@@ -117,4 +117,4 @@ int main() {
testprep(); check_results(updateSensorRecordFromSSRAESC(testrec_invalidnumber), "", "");
return 0;
-} \ No newline at end of file
+}
OpenPOWER on IntegriCloud