X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=carlfw%2Fsrc%2Fmain.c;h=f62e5ee7b6ce612a1c786ebf4a049fe990e76c53;hb=c97d09577cb82ffc5deda208163ecbee12f76037;hp=9b2a09c5ec6ebb1c69ea111187e540f2f85dce20;hpb=7658f6eb89b59cae3d7c5ee9dd16c5a134cccb99;p=carl9170fw.git diff --git a/carlfw/src/main.c b/carlfw/src/main.c index 9b2a09c..f62e5ee 100644 --- a/carlfw/src/main.c +++ b/carlfw/src/main.c @@ -149,5 +149,10 @@ void __attribute__((noreturn)) start(void) " ~`!1@2#3$4%%5^6&7*8(9)0_-+={[}]|\\:;\"'<,>.?/"); #endif /* CONFIG_CARL9170FW_DEBUG */ + /* + * Tell the host, that the firmware has booted and is + * now ready to process requests. + */ + send_cmd_to_host(0, CARL9170_RSP_BOOT, 0x00, NULL); main_loop(); }