This commit is contained in:
zykrahgaming 2022-01-01 22:14:47 +11:00
parent 058c358954
commit 5a8841252c
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,6 @@
limitations under the License.
*/
#include "ch.h"
#include "fault_handlers.h"
#include <hal.h>
#include <string.h>
@ -131,6 +130,8 @@ static void _init_fault_info(void) {
#endif
}
#include "ch.h"
static void _save_fault_info(void) {
memset(&fault_info, 0, sizeof(fault_info));