Skip to content

Commit

Permalink
[bug] forget delete testcode
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzukiTsuru committed Jan 7, 2024
1 parent 8ceb256 commit 24a7d63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions board/tinyvision/syter_boot/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion include/log.h
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 24a7d63

Please sign in to comment.