tool/MasterDevice.cpp
changeset 1516 e3b09f847512
parent 1485 5ddc3a455059
child 1804 742607c464c4
--- a/tool/MasterDevice.cpp	Thu Jul 30 14:21:28 2009 +0000
+++ b/tool/MasterDevice.cpp	Tue Aug 04 07:54:16 2009 +0000
@@ -485,6 +485,8 @@
 
 /****************************************************************************/
 
+#ifdef EC_EOE
+
 void MasterDevice::getEoeHandler(
         ec_ioctl_eoe_handler_t *eoe,
         uint16_t eoeHandlerIndex
@@ -499,4 +501,6 @@
     }
 }
 
+#endif
+
 /*****************************************************************************/