Device: Comet2/Comet3: Add support for TC10 API

ks-refactor-docs
Bryant Jones 2024-07-08 14:00:24 +00:00 committed by Kyle Schwarz
parent cbcbcbdc5d
commit 14588591e5
1 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,8 @@ public:
bool getEthPhyRegControlSupported() const override { return true; } bool getEthPhyRegControlSupported() const override { return true; }
bool supportsTC10() const override { return true; }
protected: protected:
RADComet3(neodevice_t neodevice, const driver_factory_t& makeDriver) : Device(neodevice) { RADComet3(neodevice_t neodevice, const driver_factory_t& makeDriver) : Device(neodevice) {
initialize<RADComet3Settings>(makeDriver); initialize<RADComet3Settings>(makeDriver);