更新SDK到 SR_Light_Hilink_14.2.1.312_20250704
This commit is contained in:
@ -57,6 +57,11 @@ typedef struct _HFUART
|
||||
}HFUART,*PHFUART;
|
||||
|
||||
|
||||
|
||||
#define DATA_UART (hfuart_handle_t)(1)
|
||||
#define DEBUG_UART (hfuart_handle_t)(2)
|
||||
|
||||
|
||||
void HSF_API HF_Debug(int debug_level, const char *format , ... );
|
||||
|
||||
#define hfdbg_error(...) HF_Debug(DEBUG_ERROR,"[ %d error %s %d]",hfsys_get_time(),__FUNCTION__,__LINE__); \
|
||||
|
Reference in New Issue
Block a user