Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
meltingrabbit committed Feb 23, 2023
1 parent 81e1cf2 commit c660a92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IfWrapper/Common/i2c_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include <string.h>

/**
* @brief I2C_Config 構造体にて指定されたデバイスのレジスタへ書き込み
* @brief I2C_Config 構造体にて指定されたデバイスのレジスタへ書き込む
* @param[in] p_super : DriverSuper 構造体へのポインタ
* @param[in] stream : 使用する stream_config の番号
* @param[in] p_i2c_config : 対象とする I2C_Config 構造体へのポインタ
Expand All @@ -23,7 +23,7 @@ static DS_ERR_CODE I2C_write_bytes_(DriverSuper* p_super, uint8_t stream, I2C_Co
uint8_t register_address, void* data_v, uint8_t data_len);

/**
* @brief I2C_Config 構造体にて指定されたデバイスのレジスタへ読み込み
* @brief I2C_Config 構造体にて指定されたデバイスのレジスタへ読み込む
* @param[in] p_super : DriverSuper 構造体へのポインタ
* @param[in] stream : 使用する stream_config の番号
* @param[in] p_i2c_config : 対象とする I2C_Config 構造体へのポインタ
Expand Down

0 comments on commit c660a92

Please sign in to comment.