Testing
This commit is contained in:
parent
058c358954
commit
5a8841252c
|
@ -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));
|
||||
|
||||
|
|
Loading…
Reference in New Issue