This commit is contained in:
Peter D. Gray 2024-07-04 09:51:02 -04:00 committed by doc-hex
parent eef1f6d561
commit 89405e819a

View File

@ -1,13 +0,0 @@
//
// (c) Copyright 2024 by Coinkite Inc. This file is covered by license found in COPYING-CC.
//
// nmi.c - handle a NMI errors (at least the flash sources for them) and try to recover.
//
#include "py/mphal.h"
// replace stub from stm32_it.c
void NMI_Handler(void) {
printf("NMI\n");
}
// EOF