Device: Gigastar: Add TC10

ks-refactor-docs
Vedant Naik 2024-10-03 19:14:33 +00:00 committed by Kyle Schwarz
parent e2bd0b5a3e
commit 80904dd84c
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ public:
size_t getEthernetActivationLineCount() const override { return 1; }
bool getEthPhyRegControlSupported() const override { return true; }
bool supportsTC10() const override { return true; }
protected:
RADGigastar(neodevice_t neodevice, const driver_factory_t& makeDriver) : Device(neodevice) {
initialize<RADGigastarSettings>(makeDriver);