Skip to content

Commit 313f951

Browse files
committed
[code] fix print_banner
1 parent 67864b4 commit 313f951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ void print_banner(void) {
4848
printf(" ____ ___ __________ ____ __ __________________\n");
4949
printf(" / __/______ ___ / _ \\/_ __/ __ \\/ __/ / // / _/ __/ _/ / /\n");
5050
printf(" / _// __/ -_) -_) , _/ / / / /_/ /\\ \\ / _ // // _/_/ //_ _/\n");
51-
printf("/_/ /_/ \\__/\\__/_/|_| /_/ \____/___/ /_//_/___/_/ /___/ /_/ \n");
51+
printf("/_/ /_/ \\__/\\__/_/|_| /_/ \\____/___/ /_//_/___/_/ /___/ /_/ \n");
5252
printf("==========================================================================\n");
5353
printf(" FreeRTOS for HIFI4 DSP v0.1.1, Build on xtensa-hifi4-elf-gcc \n");
5454
printf("==========================================================================\n");

0 commit comments

Comments
 (0)