mirror of
https://github.com/eclipse/upm.git
synced 2025-07-11 22:31:14 +03:00
dfrph_c_example: Fixed small copy/paste error
Removed urm37 string. Re-aligned source. Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
@ -50,9 +50,7 @@ int main()
|
||||
return(1);
|
||||
}
|
||||
|
||||
// Every half a second, sample the URM37 and output the measured
|
||||
// distance in cm.
|
||||
|
||||
// Every half a second, sample the sensor output
|
||||
while (shouldRun)
|
||||
{
|
||||
float volts = 0.0, pH = 0.0;
|
||||
|
Reference in New Issue
Block a user