From 80904dd84cf42041ec6261b00bad1bb14b893455 Mon Sep 17 00:00:00 2001 From: Vedant Naik Date: Thu, 3 Oct 2024 19:14:33 +0000 Subject: [PATCH] Device: Gigastar: Add TC10 --- include/icsneo/device/tree/radgigastar/radgigastar.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/icsneo/device/tree/radgigastar/radgigastar.h b/include/icsneo/device/tree/radgigastar/radgigastar.h index 04dddbb..debed94 100644 --- a/include/icsneo/device/tree/radgigastar/radgigastar.h +++ b/include/icsneo/device/tree/radgigastar/radgigastar.h @@ -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(makeDriver);