TelenkovDmitry 7 vuotta sitten
vanhempi
commit
b8644a2047
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      modules/Ethernet/private_mib.c

+ 2 - 2
modules/Ethernet/private_mib.c

@@ -1,5 +1,5 @@
 #include "stm32f4xx.h"  
 #include "stm32f4xx.h"  
-
+#if 0
 #include "private_mib.h"
 #include "private_mib.h"
 #include "lwip/snmp.h"
 #include "lwip/snmp.h"
 #include "lwip/snmp_msg.h"
 #include "lwip/snmp_msg.h"
@@ -1127,5 +1127,5 @@ void vSendTrapCallback( void * parameters )
       freePrivateTrap(trapToSend);
       freePrivateTrap(trapToSend);
    }  
    }  
 }
 }
- 
+#endif