2022-11-17 20:43:21 -05:00

7 lines
62 B
C

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