Device: Comet2/Comet3: Add support for TC10 API

This commit is contained in:
Bryant Jones
2024-07-08 14:00:24 +00:00
committed by Kyle Schwarz
parent cbcbcbdc5d
commit 14588591e5
@@ -44,6 +44,8 @@ public:
bool getEthPhyRegControlSupported() const override { return true; }
bool supportsTC10() const override { return true; }
protected:
RADComet3(neodevice_t neodevice, const driver_factory_t& makeDriver) : Device(neodevice) {
initialize<RADComet3Settings>(makeDriver);