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