Forward declarations. The chipset family types live in fl/channels/config.h, but DefaultBus only needs the type identity, not the layout.
| 50 | // Forward declarations. The chipset family types live in fl/channels/config.h, |
| 51 | // but DefaultBus<Chipset> only needs the type identity, not the layout. |
| 52 | struct ClocklessChipset; |
| 53 | struct SpiChipsetConfig; |
| 54 | |
| 55 | /// @brief Driver identifier for compile-time bus selection. |
no outgoing calls
no test coverage detected