Skip to content

Commit 474feba

Browse files
committed
fixup: architecture i2s
1 parent ac2f46e commit 474feba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modm/architecture/interface/i2s_master.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class I2sMaster : public ::modm::PeripheralDriver, public I2s
3939
* SD (serial data) and WS (word select) signals and connects them.
4040
*
4141
* @tparam Signals
42-
* One CK, SD, WS, MCK signal are required
42+
* One CK, SD, WS, MCK signal are required
4343
* and can be passed out-of-order.
4444
*/
4545
template< class... Signals >

0 commit comments

Comments
 (0)