Skip to content

Commit bd42d25

Browse files
authored
fix group name in doxygen for get_core_num()
1 parent 10c5f26 commit bd42d25

File tree

1 file changed

+1
-1
lines changed
  • src/rp2_common/pico_platform/include/pico

1 file changed

+1
-1
lines changed

src/rp2_common/pico_platform/include/pico/platform.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ static inline void busy_wait_at_least_cycles(uint32_t minimum_cycles) {
426426
}
427427

428428
/*! \brief Get the current core number
429-
* \ingroup hardware_sync
429+
* \ingroup pico_platform
430430
*
431431
* \return The core number the call was made from
432432
*/

0 commit comments

Comments
 (0)