This commit is contained in:
NeoZng
2022-11-09 19:53:23 +08:00
parent 4d27bd9b0f
commit 4d32450e3d
4 changed files with 10 additions and 5 deletions

View File

@@ -75,4 +75,10 @@ typedef struct
*/
RC_ctrl_t *RC_init(UART_HandleTypeDef *rc_usart_handle);
/**
* @brief Get the remote control point object
*
* @return const RC_ctrl_t*
*/
const RC_ctrl_t *get_remote_control_point(void);
#endif