mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
remove reference to hardware_busctrl doxygen group that doesn't exit (#2275)
This commit is contained in:
parent
1ca386847c
commit
f9d65a06ca
2 changed files with 0 additions and 2 deletions
|
|
@ -24,7 +24,6 @@
|
|||
// BITMASK [BITRANGE] FIELDNAME (RESETVALUE) DESCRIPTION
|
||||
|
||||
/** \brief Bus fabric performance counters on RP2040 (used as typedef \ref bus_ctrl_perf_counter_t)
|
||||
* \ingroup hardware_busctrl
|
||||
*/
|
||||
typedef enum bus_ctrl_perf_counter_rp2040 {
|
||||
arbiter_rom_perf_event_access = 19,
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@
|
|||
// BITMASK [BITRANGE] FIELDNAME (RESETVALUE) DESCRIPTION
|
||||
|
||||
/** \brief Bus fabric performance counters on RP2350 (used as typedef \ref bus_ctrl_perf_counter_t)
|
||||
* \ingroup hardware_busctrl
|
||||
*/
|
||||
typedef enum bus_ctrl_perf_counter_rp2350 {
|
||||
arbiter_rom_perf_event_access = 19,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue