Skip to content

Commit

Permalink
fix small
Browse files Browse the repository at this point in the history
  • Loading branch information
meltingrabbit committed Mar 4, 2023
1 parent 9523e84 commit b63d987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/minimum_user/src/src_user/Drivers/Etc/uart_test.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ DS_INIT_ERR_CODE UART_TEST_init(UART_TEST_Driver* uart_test_driver, uint8_t ch,

/**
* @brief UART_TESTのデータ(テレメ)受信
* @param *uart_test_driver: UART_TEST_Driver構造体へのポインタ
* @param uart_test_driver: UART_TEST_Driver構造体へのポインタ
* @return DS_REC_ERR_CODE
*/
DS_REC_ERR_CODE UART_TEST_rec(UART_TEST_Driver* uart_test_driver);
Expand Down

0 comments on commit b63d987

Please sign in to comment.