Skip to content

Commit f9d65a0

Browse files
authored
remove reference to hardware_busctrl doxygen group that doesn't exit (raspberrypi#2275)
1 parent 1ca3868 commit f9d65a0

File tree

2 files changed

+0
-2
lines changed
  • src
    • rp2040/hardware_structs/include/hardware/structs
    • rp2350/hardware_structs/include/hardware/structs

2 files changed

+0
-2
lines changed

src/rp2040/hardware_structs/include/hardware/structs/busctrl.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
// BITMASK [BITRANGE] FIELDNAME (RESETVALUE) DESCRIPTION
2525

2626
/** \brief Bus fabric performance counters on RP2040 (used as typedef \ref bus_ctrl_perf_counter_t)
27-
* \ingroup hardware_busctrl
2827
*/
2928
typedef enum bus_ctrl_perf_counter_rp2040 {
3029
arbiter_rom_perf_event_access = 19,

src/rp2350/hardware_structs/include/hardware/structs/busctrl.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
// BITMASK [BITRANGE] FIELDNAME (RESETVALUE) DESCRIPTION
2525

2626
/** \brief Bus fabric performance counters on RP2350 (used as typedef \ref bus_ctrl_perf_counter_t)
27-
* \ingroup hardware_busctrl
2827
*/
2928
typedef enum bus_ctrl_perf_counter_rp2350 {
3029
arbiter_rom_perf_event_access = 19,

0 commit comments

Comments
 (0)