[ethernet] Mark EthernetComponent as final (#14842)

This commit is contained in:
J. Nick Koston
2026-03-17 08:14:52 -10:00
committed by GitHub
parent 3826e95506
commit 82ccc37ba1
@@ -85,7 +85,7 @@ enum eth_duplex_t { ETH_DUPLEX_HALF, ETH_DUPLEX_FULL };
enum eth_speed_t { ETH_SPEED_10M, ETH_SPEED_100M };
#endif
class EthernetComponent : public Component {
class EthernetComponent final : public Component {
public:
EthernetComponent();
void setup() override;