Skip to content

Commit c132e9b

Browse files
committed
address comments
1 parent 3fbf008 commit c132e9b

File tree

1 file changed

+1
-1
lines changed
  • apps/microtvm/zephyr/template_project/src/aot_standalone_demo

1 file changed

+1
-1
lines changed

apps/microtvm/zephyr/template_project/src/aot_standalone_demo/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ void serial_callback(char* message, int len_bytes) {
180180
}
181181

182182
void main(void) {
183-
UartInit();
184183
TVMPlatformInitialize();
184+
UartInit();
185185
g_cmd_buf_ind = 0;
186186
memset((char*)g_cmd_buf, 0, sizeof(g_cmd_buf));
187187

0 commit comments

Comments
 (0)