mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 22:20:37 +00:00
tmp don't send data
This commit is contained in:
parent
b16c0406dd
commit
fe9bf6e5a6
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user