Device: Comet2: Enable TC10

ks-refactor-docs
Bryant Jones 2024-08-22 16:06:13 +00:00 committed by Kyle Schwarz
parent 564933cb41
commit ca370a1310
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ public:
return supportedNetworks;
}
bool supportsTC10() const override { return true; }
protected:
RADComet2(neodevice_t neodevice, const driver_factory_t& makeDriver) : RADCometBase(neodevice) {
initialize<RADCometSettings>(makeDriver);