You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
305 B
17 lines
305 B
|
3 weeks ago
|
/*
|
||
|
|
* bsp_DLT_Log.h
|
||
|
|
*
|
||
|
|
* Created on: Aug 8, 2024
|
||
|
|
* Author: akeguo
|
||
|
|
*/
|
||
|
|
|
||
|
|
#ifndef INC_BSP_BSP_DLT_LOG_H_
|
||
|
|
#define INC_BSP_BSP_DLT_LOG_H_
|
||
|
|
|
||
|
|
#include "BHBF_ROBOT.h"
|
||
|
|
|
||
|
|
|
||
|
|
extern void dLT_Log_intialize(struct UARTHandler *Handler);
|
||
|
|
extern void dLT_Log_intialize_udp_tcp();
|
||
|
|
#endif /* INC_BSP_BSP_DLT_LOG_H_ */
|