2021-05-22 22:08:19 -04:00

7 lines
62 B
C

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