2025-06-21 13:50:24 +08:00

42 lines
1.1 KiB
C

/*******************************************************************************
* the includes
******************************************************************************/
#include "ud_66.h"
/*******************************************************************************
* the defines
******************************************************************************/
/*******************************************************************************
* the typedefs
******************************************************************************/
typedef enum
{
CMD66_CFG,//配置P
CMD66_NUM,
} CMD66_type;
/*******************************************************************************
* the globals
******************************************************************************/
/*******************************************************************************
* the const
******************************************************************************/
/*******************************************************************************
* the functions
******************************************************************************/