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 86547a7 commit 67864b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ void vTaskMain(void *pvParameters) {
void print_banner(void) {
printf("\n\n");
printf(" ____ ___ __________ ____ __ __________________\n");
printf(" / __/______ ___ / _ \/_ __/ __ \/ __/ / // / _/ __/ _/ / /\n");
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 67864b4

Please sign in to comment.