Another attempt to fix ch error

This commit is contained in:
zykrahgaming 2022-01-01 22:35:09 +11:00
parent 5a8841252c
commit bbf65ff513
1 changed files with 2 additions and 3 deletions

View File

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