From 4c511bc53788ada875fd0221b1cc3d4f8b269f91 Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Sat, 5 Mar 2016 15:18:44 +0100 Subject: cleaned up test.cc, added fixme comment --- device.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'device.cc') diff --git a/device.cc b/device.cc index 90b37a7..c13a020 100644 --- a/device.cc +++ b/device.cc @@ -48,7 +48,7 @@ CommError Device::recv(void *packet) { int retry_count = 0; Log::instance()(__PRETTY_FUNCTION__, Loglevel::DEBUG_L2); - std::this_thread::sleep_for( std::chrono::milliseconds(5000) ); + std::this_thread::sleep_for( std::chrono::milliseconds(5000) ); //FIXME remove timeout in favor of sync communication if (mp_devhandle == NULL) throw std::runtime_error("Attempted HID receive on an invalid descriptor."); -- cgit v1.2.1