12 lines
143 B
C
12 lines
143 B
C
//#include <proc/p32mx440f256h.h>
|
|
|
|
#include "E220Module.h"
|
|
#include "BoardCfg.h"
|
|
#include "timer.h"
|
|
|
|
|
|
int InitE220Module()
|
|
{
|
|
|
|
return RET_OK;
|
|
} |