Skip to content

Commit

Permalink
[code] fix print_banner
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzukiTsuru committed Feb 22, 2024
1 parent 67864b4 commit 313f951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ void print_banner(void) {
printf(" ____ ___ __________ ____ __ __________________\n");
printf(" / __/______ ___ / _ \\/_ __/ __ \\/ __/ / // / _/ __/ _/ / /\n");
printf(" / _// __/ -_) -_) , _/ / / / /_/ /\\ \\ / _ // // _/_/ //_ _/\n");
printf("/_/ /_/ \\__/\\__/_/|_| /_/ \____/___/ /_//_/___/_/ /___/ /_/ \n");
printf("/_/ /_/ \\__/\\__/_/|_| /_/ \\____/___/ /_//_/___/_/ /___/ /_/ \n");
printf("==========================================================================\n");
printf(" FreeRTOS for HIFI4 DSP v0.1.1, Build on xtensa-hifi4-elf-gcc \n");
printf("==========================================================================\n");
Expand Down

0 comments on commit 313f951

Please sign in to comment.