MotorControlModuleSDFM_TMS3.../Projects/EFC_Application/Platform/debug/debug.c

19 lines
298 B
C

/*
* debug.c
*
* Created on: 17 Aug 2023
* Author: malyarenko
*/
#include <stddef.h>
#include <stdint.h>
#include <cpu.h>
#include <debug.h>
void __error__(const char *filename, uint32_t line) {
/* Отладочная реализация assert из driverlib */
ESTOP0;
}