JianyuWang0623 commented on code in PR #3098: URL: https://github.com/apache/nuttx-apps/pull/3098#discussion_r2152343023
########## system/fastboot/fastboot.c: ########## @@ -1115,6 +1354,12 @@ static void fastboot_context_initialize(FAR struct fastboot_ctx_s *ctx) ctx->total_imgsize = 0; ctx->varlist = NULL; ctx->wait_ms = 0; +#if defined(CONFIG_USBFASTBOOT) Review Comment: agree! planning to add support next patch. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org