diff packages/io/eth/current/src/net/eth_drv.c @ 180:2bdd82a025e1

Quick fix for eth driver build problem
author jlarmour
date Mon, 20 Aug 2001 16:58:43 +0000
parents 391299f9e541
children f62680ef1804
line wrap: on
line diff
--- 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
+    }
 }
 
 //