diff --git a/src/streamer.cpp b/src/streamer.cpp index 21b2bb3..d370bdd 100644 --- a/src/streamer.cpp +++ b/src/streamer.cpp @@ -16,7 +16,6 @@ int main(int argc, char** argv) { unsigned at = 0; Device device(argv[1]); - usleep(100000); device.put(Device::Mode::e_serial); for(;;) {