Consolidate KEYBOARD_OUTPUT
+KEYMAP_OUTPUT
=>INTERMEDIATE_OUTPUT
(#21272)
This commit is contained in:
parent
45dc1ccffe
commit
ffdc70bf0a
8 changed files with 59 additions and 66 deletions
|
@ -2,7 +2,8 @@
|
|||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <ch.h>
|
||||
|
||||
extern void chSysHalt(const char *reason) __attribute__((noreturn));
|
||||
|
||||
void panic(const char *fmt, ...) {
|
||||
chSysHalt(fmt);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue