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.
16 lines
317 B
16 lines
317 B
2 days 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 "../../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_ */
|