changeset 180:2bdd82a025e1

Quick fix for eth driver build problem
author jlarmour
date Mon, 20 Aug 2001 16:58:43 +0000
parents 391299f9e541
children d61da071934c
files packages/io/eth/current/src/net/eth_drv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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
+    }
 }
 
 //