Skip to content

Commit 6d910ab

Browse files
removed unused endif
1 parent 36901d3 commit 6d910ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libraries/Ethernet/src/EthernetDriver.h

-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ class EthernetC33Driver: public NetworkDriver {
9292

9393
virtual void irq_ether_callback(ether_callback_args_t* p_args);
9494
friend void _irq_ether_callback(ether_callback_args_t* p_args);
95-
#endif
9695
};
9796

9897
extern EthernetC33Driver C33EthernetDriver;

0 commit comments

Comments
 (0)