remove some testchip macros

This commit is contained in:
kimocoder 2020-03-08 00:16:05 +00:00
parent da4b1aef7a
commit 85f47a6c3a

View File

@ -23,7 +23,7 @@
* *
*****************************************************************************/ *****************************************************************************/
/*@************************************************************ /*************************************************************
* include files * include files
************************************************************/ ************************************************************/
@ -31,12 +31,10 @@
#include "phydm_precomp.h" #include "phydm_precomp.h"
#define READ_AND_CONFIG_MP(ic, txt) (odm_read_and_config_mp_##ic##txt(dm)) #define READ_AND_CONFIG_MP(ic, txt) (odm_read_and_config_mp_##ic##txt(dm))
#define READ_AND_CONFIG_TC(ic, txt) (odm_read_and_config_tc_##ic##txt(dm))
#define READ_AND_CONFIG READ_AND_CONFIG_MP #define READ_AND_CONFIG READ_AND_CONFIG_MP
#define READ_FIRMWARE READ_FIRMWARE_MP
#define GET_VERSION_MP(ic, txt) (odm_get_version_mp_##ic##txt()) #define GET_VERSION_MP(ic, txt) (odm_get_version_mp_##ic##txt())
#define GET_VERSION_TC(ic, txt) (odm_get_version_tc_##ic##txt())
#define GET_VERSION(ic, txt) GET_VERSION_MP(ic,txt) #define GET_VERSION(ic, txt) GET_VERSION_MP(ic,txt)