Kinsey Moore started a new discussion on stm32h7/ethernetif.c: https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/merge_requests/37#note_139886 > } RxBuff_t; > > /* Memory Pool Declaration */ > +#ifndef __rtems__ > #define ETH_RX_BUFFER_CNT 12U > LWIP_MEMPOOL_DECLARE(RX_POOL, ETH_RX_BUFFER_CNT, sizeof(RxBuff_t), > "Zero-copy RX PBUF pool"); > +#else Where was the end of this #else added? -- View it on GitLab: https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/merge_requests/37#note_139886 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
