MotorControlModuleSDFM_TMS3.../Projects/epwm_test/src/biss.c

19 lines
156 B
C
Raw Normal View History

2023-12-27 16:26:23 +03:00
/*
* biss.c
*
* Created on: 26 <EFBFBD><EFBFBD><EFBFBD>. 2023 <EFBFBD>.
* Author: seklyuts
*/
#include "f28x_project.h"
void init_Biss(void)
{
EALLOW;
EDIS;
}