Browse Source

ms5611: removed debug code

sbg
Andrew Tridgell 10 years ago committed by Lorenz Meier
parent
commit
52bff67076
  1. 2
      src/drivers/ms5611/ms5611.cpp

2
src/drivers/ms5611/ms5611.cpp

@ -879,8 +879,6 @@ crc4(uint16_t *n_prom) @@ -879,8 +879,6 @@ crc4(uint16_t *n_prom)
bool
start_bus(struct ms5611_bus_option &bus)
{
::printf("starting bus %s\n", bus.devpath);
usleep(5000);
if (bus.dev != nullptr)
errx(1,"bus option already started");

Loading…
Cancel
Save