mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-01 13:20:50 +00:00
renamed heartbeat_handler into timer_handler
This commit is contained in:
parent
085eae76ca
commit
a1d24893cb
@ -138,7 +138,7 @@ static void timer_handler(timer_source_t *ts){
|
||||
static void timer_setup(){
|
||||
// set one-shot timer
|
||||
timer_source_t heartbeat;
|
||||
heartbeat.process = &heartbeat_handler;
|
||||
heartbeat.process = &timer_handler;
|
||||
run_loop_register_timer(&heartbeat, HEARTBEAT_PERIOD_MS);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user