From ad9fbb41d2a70646175c873ecac18536e28a8d2a Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 28 Mar 2013 13:52:09 +0000 Subject: [PATCH] eeze/sensor: Print out what feature we are testing right now. --- src/bin/eeze/eeze_sensor_test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/eeze/eeze_sensor_test.c b/src/bin/eeze/eeze_sensor_test.c index 67dca6c236..2fa7e6ecfb 100644 --- a/src/bin/eeze/eeze_sensor_test.c +++ b/src/bin/eeze/eeze_sensor_test.c @@ -141,6 +141,7 @@ main(void) else printf("Could not find a light sensor!\n"); + printf("=== Test snyc read update: ===\n"); /* Get updated values on a sensor. This readout is synchronous. This way we * can force a read out of the physical sensor instead of using the cached * values. Depending on the hardware this can take a long time. If you don't have special