Skip to content

Commit 708d31d

Browse files
author
TITLEY\adam.nelson
committed
Multicore documentation fix
1 parent a1438df commit 708d31d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rp2_common/pico_multicore/include/pico/multicore.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ static inline void multicore_doorbell_clear_current_core(uint doorbell_num) {
377377
sio_hw->doorbell_in_clr = 1u << doorbell_num;
378378
}
379379

380-
/*! \brief Determine if the given doorbell is active on the other core
380+
/*! \brief Determine if the given doorbell is active on the this core
381381
* \ingroup multicore_doorbell
382382
* \param doorbell_num the doorbell number
383383
*/
@@ -386,7 +386,7 @@ static inline bool multicore_doorbell_is_set_current_core(uint doorbell_num) {
386386
return sio_hw->doorbell_in_set & (1u << doorbell_num);
387387
}
388388

389-
/*! \brief Determine if the given doorbell is active on the this core
389+
/*! \brief Determine if the given doorbell is active on the other core
390390
* \ingroup multicore_doorbell
391391
* \param doorbell_num the doorbell number
392392
*/

0 commit comments

Comments
 (0)