Commit f503edc3 authored by Maria Matejka's avatar Maria Matejka
Browse files

Added missing coro_init() to unit test init

parent 295204ed
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -56,6 +56,8 @@ cf_file_read(byte *dest, uint max_len, int fd)
void
bt_bird_init(void)
{
  coro_init();

  if(bt_verbose)
    log_init_debug("");
  log_switch(bt_verbose != 0, NULL, NULL);