Skip to content

Commit

Permalink
Merge pull request #673 from ut-issl/hotfix/fix-typo
Browse files Browse the repository at this point in the history
[Hotfix] Fix typo in comment
  • Loading branch information
conjikidow committed Aug 23, 2024
2 parents 0f09a51 + 854d7c2 commit 299169c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/real/cdh/on_board_computer_with_c2a.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 299169c

Please sign in to comment.