aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/drivers/sf0x/sf0x.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/drivers/sf0x/sf0x.cpp b/src/drivers/sf0x/sf0x.cpp
index 11913b6cd..801bcf40a 100644
--- a/src/drivers/sf0x/sf0x.cpp
+++ b/src/drivers/sf0x/sf0x.cpp
@@ -494,10 +494,6 @@ SF0X::measure()
/*
* Send the command to begin a measurement.
*/
-
- // XXX we probably should not try to talk to the sensor
- // it seems to mind UART traffic.
- #if 0
char cmd = SF0X_TAKE_RANGE_REG;
ret = ::write(_fd, &cmd, 1);
@@ -506,7 +502,6 @@ SF0X::measure()
log("write fail %d", ret);
return ret;
}
- #endif
ret = OK;