Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
François Revol
firmware
Commits
c290add4
Commit
c290add4
authored
Nov 13, 2019
by
Rahix
Browse files
fix(panic): Shorten issue-tracker URL
The query-arg is not needed, remove it. Signed-off-by:
Rahix
<
rahix@rahix.de
>
parent
f565f3e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
epicardium/modules/panic.c
View file @
c290add4
...
...
@@ -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
];
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment