We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67864b4 commit 313f951Copy full SHA for 313f951
src/main.c
@@ -48,7 +48,7 @@ void print_banner(void) {
48
printf(" ____ ___ __________ ____ __ __________________\n");
49
printf(" / __/______ ___ / _ \\/_ __/ __ \\/ __/ / // / _/ __/ _/ / /\n");
50
printf(" / _// __/ -_) -_) , _/ / / / /_/ /\\ \\ / _ // // _/_/ //_ _/\n");
51
- printf("/_/ /_/ \\__/\\__/_/|_| /_/ \____/___/ /_//_/___/_/ /___/ /_/ \n");
+ printf("/_/ /_/ \\__/\\__/_/|_| /_/ \\____/___/ /_//_/___/_/ /___/ /_/ \n");
52
printf("==========================================================================\n");
53
printf(" FreeRTOS for HIFI4 DSP v0.1.1, Build on xtensa-hifi4-elf-gcc \n");
54
0 commit comments