We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 708d31d commit 5474294Copy full SHA for 5474294
src/rp2_common/pico_multicore/include/pico/multicore.h
@@ -377,7 +377,7 @@ static inline void multicore_doorbell_clear_current_core(uint doorbell_num) {
377
sio_hw->doorbell_in_clr = 1u << doorbell_num;
378
}
379
380
-/*! \brief Determine if the given doorbell is active on the this core
+/*! \brief Determine if the given doorbell is active on this core
381
* \ingroup multicore_doorbell
382
* \param doorbell_num the doorbell number
383
*/
0 commit comments