mirror of
https://github.com/PentHertz/OpenBTS.git
synced 2026-04-28 03:19:27 +00:00
Commenting missing handler from old API
This commit is contained in:
parent
c89d1f6d15
commit
75d8da0ef0
1 changed files with 1 additions and 1 deletions
|
|
@ -664,7 +664,7 @@ bool uhd_device::start()
|
|||
setPriority();
|
||||
|
||||
// Register msg handler
|
||||
uhd::msg::register_handler(&uhd_msg_handler);
|
||||
//uhd::msg::register_handler(&uhd_msg_handler);
|
||||
|
||||
// Start asynchronous event (underrun check) loop
|
||||
async_event_thrd.start((void * (*)(void*))async_event_loop, (void*)this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue