Small typos (#776)

This commit is contained in:
Andrew Scheller
2022-05-03 17:47:48 +01:00
committed by GitHub
parent 1c9f72ba1c
commit 8d43364cfb
2 changed files with 4 additions and 5 deletions

View File

@ -340,7 +340,7 @@ static inline uint8_t rp2040_rom_version(void) {
/*! \brief No-op function for the body of tight loops
* \ingroup pico_platform
*
* Np-op function intended to be called by any tight hardware polling loop. Using this ubiquitously
* No-op function intended to be called by any tight hardware polling loop. Using this ubiquitously
* makes it much easier to find tight loops, but also in the future \#ifdef-ed support for lockup
* debugging might be added
*/