Skip to content
Snippets Groups Projects
Commit c290add4 authored by rahix's avatar rahix
Browse files

fix(panic): Shorten issue-tracker URL


The query-arg is not needed, remove it.

Signed-off-by: default avatarRahix <rahix@rahix.de>
parent f565f3e6
Branches
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ void __attribute__((noreturn)) panic(const char *format, ...)
printf("\x1b[33m\n"
" Please report this error to the card10 firmware team!\n"
"\x1b[0m -> https://git.card10.badge.events.ccc.de/card10/firmware/issues/new?issue <-\n"
"\x1b[0m -> https://git.card10.badge.events.ccc.de/card10/firmware/issues/new <-\n"
"\x1b[31m --- ====== ===== ---\x1b[0m\n");
char faultsplash_buffer[14 * 4];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment