From 854d7c2307a6f93497db0c6aee8fa61503562a25 Mon Sep 17 00:00:00 2001 From: Riki Nakamura Date: Fri, 23 Aug 2024 13:42:15 +0900 Subject: [PATCH] Fix typo in comment --- src/components/real/cdh/on_board_computer_with_c2a.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/real/cdh/on_board_computer_with_c2a.hpp b/src/components/real/cdh/on_board_computer_with_c2a.hpp index c194f70e4..5d6d4fcb4 100644 --- a/src/components/real/cdh/on_board_computer_with_c2a.hpp +++ b/src/components/real/cdh/on_board_computer_with_c2a.hpp @@ -55,7 +55,7 @@ class ObcWithC2a : public OnBoardComputer { */ int ConnectComPort(int port_id, int tx_buffer_size, int rx_buffer_size) override; /** - * @fn ConnectComPort + * @fn CloseComPort * @brief Close UART communication port between OnBoardComputer and a component * @param [in] port_id: Port ID * @return -1: error, 0: success