We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36901d3 commit 6d910abCopy full SHA for 6d910ab
libraries/Ethernet/src/EthernetDriver.h
@@ -92,7 +92,6 @@ class EthernetC33Driver: public NetworkDriver {
92
93
virtual void irq_ether_callback(ether_callback_args_t* p_args);
94
friend void _irq_ether_callback(ether_callback_args_t* p_args);
95
-#endif
96
};
97
98
extern EthernetC33Driver C33EthernetDriver;
0 commit comments