diff packages/redboot/current/src/net/enet.c @ 130:eb9fd8c04db3 ecos-sw-2000-10-23

Merge from eCos master repository on 2000-10-23-17:01:37-BST
author jlarmour
date Mon, 23 Oct 2000 17:10:57 +0000
parents 6ed91473a1cd
children 0ae0bc38e387
line wrap: on
line diff
--- a/packages/redboot/current/src/net/enet.c
+++ b/packages/redboot/current/src/net/enet.c
@@ -74,6 +74,7 @@ void
          */
         if ((pkt = __pktbuf_alloc(ETH_MAX_PKTLEN)) == NULL) {
             printf("__enet_poll: no more buffers\n");
+            __pktbuf_dump();
             while (1) ;
             return;
         }