From fe9bf6e5a6b5a7ac5ccbaf4cc8c24b2ebc291f83 Mon Sep 17 00:00:00 2001 From: "matthias.ringwald@gmail.com" Date: Wed, 29 Jan 2014 07:41:46 +0000 Subject: [PATCH] tmp don't send data --- example/libusb/classic_test.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/example/libusb/classic_test.c b/example/libusb/classic_test.c index 8da27dac2..7e2ab2fa5 100644 --- a/example/libusb/classic_test.c +++ b/example/libusb/classic_test.c @@ -658,10 +658,10 @@ int main(void){ setup_cli(); // set one-shot timer - timer_source_t heartbeat; - heartbeat.process = &heartbeat_handler; - run_loop_set_timer(&heartbeat, HEARTBEAT_PERIOD_MS); - run_loop_add_timer(&heartbeat); + // timer_source_t heartbeat; + // heartbeat.process = &heartbeat_handler; + // run_loop_set_timer(&heartbeat, HEARTBEAT_PERIOD_MS); + // run_loop_add_timer(&heartbeat); run_loop_execute(); return 0;