Skip to content

Commit

Permalink
実装部と宣言部のコメントに齟齬があったため修正
Browse files Browse the repository at this point in the history
  • Loading branch information
CaseyNelson314 committed Dec 18, 2024
1 parent 752aa73 commit 9a33fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Udon/Com/Can/Impl/CanBusSpiPico.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace Udon
}

/// @brief 通信開始
/// @note SPI通信も開始します。
/// @remark SPI通信も開始します。
inline void CanBusSpi::begin()
{
(void)spi_init(/* spi_inst_t* spi */ config.channel,
Expand Down

0 comments on commit 9a33fe2

Please sign in to comment.