QuakeGod
2023-02-01 7a2ff321965f1f24f3047fedd44a83f451f1f793
Inc/GlobalDef.h
@@ -41,15 +41,34 @@
   BOARD_EXT_FP0 = 14,
   
   BOARD_V50_RADIO = 15,
   BOARD_V50_RADIO_16 = 15,
   BOARD_V50_RADIO_8 = 16,
};
#define BOARD_TYPE 15
#define BOARD_TYPE 16
#define BOARD_VER 1
#define XLAT_FREQ 8
#define GetBoardType() (BOARD_TYPE)
#if (   BOARD_TYPE == 1)
#define DINPUT      4
#define DOUTPUT      4
#elif    (BOARD_TYPE == 2 || BOARD_TYPE == 4 || BOARD_TYPE == 6 || BOARD_TYPE == 8 || BOARD_TYPE == 10 || BOARD_TYPE == 11 || BOARD_TYPE == 16)
#define DINPUT      8
#define DOUTPUT      8
#elif BOARD_TYPE == 3 || BOARD_TYPE == 5 || BOARD_TYPE == 7 || BOARD_TYPE == 9 || BOARD_TYPE == 13 || BOARD_TYPE == 15
#define DINPUT      16
#define DOUTPUT      16
#elif  BOARD_TYPE == 14
#define DINPUT      0
#define DOUTPUT      6
#else
#define DINPUT      0
#define DOUTPUT      0
#endif
extern volatile int PendSvCount;
typedef struct tagUartStat