Skip to content

Commit

Permalink
[SPI] fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mysterywolf committed Aug 18, 2024
1 parent 3c1051f commit 06ca4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/buildin/SPI/SPI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ void SPIClass::endTransaction(void)

void SPIClass::end(void)
{
/* Nothing to do. RTduino has no right to shutdown RT-Thread SPI devcies */
/* Nothing to do. RTduino has no right to shutdown RT-Thread SPI devices */
}

/* ----------------------- legacy functions -------------------------- */
Expand Down

0 comments on commit 06ca4c9

Please sign in to comment.