Sfoglia il codice sorgente

Update btstack_main.c

supperthomas 5 anni fa
parent
commit
a3dfd33d8f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      port/posix-h4-bcm/btstack_main.c

+ 1 - 1
port/posix-h4-bcm/btstack_main.c

@@ -232,7 +232,7 @@ void bt_stack_port_main(void)
                             5, 5);
        if (tid1 != RT_NULL)
             rt_thread_startup(tid1);
-        return RT_EOK;
+        return;
 }
 MSH_CMD_EXPORT(bt_stack_port_main, btstack start);