/* * 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 "DLT/DLTuc.h" #include "BHBF_ROBOT.h" void dLT_Log_intialize(struct UARTHandler *Handler); #endif /* INC_BSP_BSP_DLT_LOG_H_ */