1 2 3 4 5
#include "board.h" const char* ffDetectBoard(FF_A_UNUSED FFBoardResult* board) { return "Not supported on this platform"; }