[hal, wpilib] Remove DMA (#7701)

This commit is contained in:
Thad House
2025-01-17 14:05:34 -08:00
committed by GitHub
parent f80874dd4b
commit 1600e773f4
27 changed files with 1 additions and 2930 deletions

View File

@@ -13,9 +13,6 @@
namespace frc {
class DMA;
class DMASample;
/**
* Analog input class.
*
@@ -31,8 +28,6 @@ class DMASample;
class AnalogInput : public wpi::Sendable,
public wpi::SendableHelper<AnalogInput> {
friend class AnalogTrigger;
friend class DMA;
friend class DMASample;
public:
/**