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.
14 lines
305 B
14 lines
305 B
1 week ago
|
/*
|
||
|
* bsp_pv_setting.h
|
||
|
*
|
||
|
* Created on: Jan 8, 2025
|
||
|
* Author: akeguo
|
||
|
*/
|
||
|
|
||
|
#ifndef INC_BSP_BSP_CLIENT_SETTING_H_
|
||
|
#define INC_BSP_BSP_CLIENT_SETTING_H_
|
||
|
#include "../../BASE/Inc/BSP/BHBF_ROBOT.h"
|
||
|
|
||
|
void client_setting_intialize(struct UARTHandler *Handler);
|
||
|
#endif /* INC_BSP_BSP_CLIENT_SETTING_H_ */
|