File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/rp2_common/pico_multicore/include/pico Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments