mehrdadh commented on code in PR #13885:
URL: https://github.com/apache/tvm/pull/13885#discussion_r1102146507
##########
apps/microtvm/zephyr/template_project/src/aot_standalone_demo/main.c:
##########
@@ -229,13 +180,13 @@ void serial_callback(char* message, int len_bytes) {
}
void main(void) {
+ UARTInit();
+ TVMPlatformInitialize();
g_cmd_buf_ind = 0;
Review Comment:
That makes sense. I changed the order.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]