// Copyright 2022 Stefan Kerkmann // SPDX-License-Identifier: GPL-2.0-or-later #include #include void panic(const char *fmt, ...) { chSysHalt(fmt); }