mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 13:07:40 +03:00

Due to the change of using upm_delay_ms() instead of usleep(), but failing to adjust the delay time accordingly, ds18b20_update() was waiting for 750000ms (12 minutes) before reading the result of a measurement, instead of the more appropriate 750ms. This should fix Issue #530. Signed-off-by: Jon Trulson <jtrulson@ics.com>