Skip to content

Commit fba621a

Browse files
ylcapivovarov
authored andcommitted
Merge branch 'update-01-05-2022' of https://github.com/ylc/tvm into update-01-05-2022
1 parent e8d92ed commit fba621a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.gitmodules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@
1919
[submodule "3rdparty/mlas"]
2020
path = 3rdparty/mlas
2121
url = https://github.com/ymwangg/mlas.git
22+

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,6 @@ void uart_rx_init(struct ring_buf* rbuf, const struct device* dev) {
260260
// The main function of this application.
261261
extern void __stdout_hook_install(int (*hook)(int));
262262
void main(void) {
263-
264263
#ifdef CONFIG_LED
265264
int ret;
266265
led0_pin = device_get_binding(LED0);

0 commit comments

Comments
 (0)