# HG changeset patch # User jlarmour # Date 998326723 0 # Node ID 2bdd82a025e12e30148aae5449f182f6885c34f1 # Parent 391299f9e541315001131513bff97b6b49a3e9f2 Quick fix for eth driver build problem diff --git a/packages/io/eth/current/src/net/eth_drv.c b/packages/io/eth/current/src/net/eth_drv.c --- a/packages/io/eth/current/src/net/eth_drv.c +++ b/packages/io/eth/current/src/net/eth_drv.c @@ -605,9 +605,9 @@ eth_drv_send(struct ifnet *ifp) HAL_RESTORE_INTERRUPTS(ints); #endif } - } #endif // _LOCK_WITH_ROM_MONITOR #undef _LOCK_WITH_ROM_MONITOR + } } //