2025-02-15 11:05:28 -05:00

7 lines
62 B
C

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