acassis commented on code in PR #7661:
URL: https://github.com/apache/incubator-nuttx/pull/7661#discussion_r1031690380


##########
arch/risc-v/src/esp32c3/esp32c3_start.c:
##########
@@ -122,6 +123,46 @@ IRAM_ATTR noreturn_function void __start(void);
 HDR_ATTR static void (*_entry_point)(void) = __start;
 #endif
 
+static struct syscall_stub_table g_stub_table =

Review Comment:
   Ok



-- 
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

Reply via email to