2022-04-27 16:08:20 -04:00

7 lines
62 B
C

#include "BoardCfg.h"
int InitBoard()
{
return RET_OK;
}