From 24a7d63192979611f94f17c8f4796a2ffbc053a6 Mon Sep 17 00:00:00 2001 From: YuzukiTsuru Date: Sun, 7 Jan 2024 12:56:13 +0800 Subject: [PATCH] [bug] forget delete testcode --- board/tinyvision/syter_boot/main.c | 2 -- include/log.h | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/board/tinyvision/syter_boot/main.c b/board/tinyvision/syter_boot/main.c index 52b74ca1..31ddf62a 100644 --- a/board/tinyvision/syter_boot/main.c +++ b/board/tinyvision/syter_boot/main.c @@ -687,8 +687,6 @@ int main(void) { cmd_boot(0, NULL); _shell: - asm volatile("mov r7, #1"); - asm volatile("svc #0"); syterkit_shell_attach(commands); _fel: diff --git a/include/log.h b/include/log.h index 46b46d21..2ed2114a 100644 --- a/include/log.h +++ b/include/log.h @@ -28,7 +28,7 @@ enum { }; #ifndef LOG_LEVEL_DEFAULT -#define LOG_LEVEL_DEFAULT LOG_LEVEL_DEBUG +#define LOG_LEVEL_DEFAULT LOG_LEVEL_INFO #endif void set_timer_count();