Skip to content
Snippets Groups Projects
Commit e3cff0ea authored by phil's avatar phil
Browse files

macos timer assert

parent c5f7920f
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,7 @@ static void timer_event_handler(struct aes67_timer * timer)
void aes67_timer_init_system(void)
{
queue = dispatch_queue_create("timerQueue", 0);
assert(queue);
}
void aes67_timer_deinit_system(void)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment