Menu

#14 fnet_fec_rx_buf_next

closed-accepted
nobody
None
5
2013-03-26
2013-03-26
No

Environment:
FNet 2.3.0 ported to MCF5372, without any OS
Cross compiled with gcc 4.2.3 (WinXP SP3 + Cygwin 1.7.17-1)

Compiler error:
../../Ethernet/fnet_stack/cpu/common/fnet_fec.c:524:
error: static declaration of 'fnet_fec_rx_buf_next' follows non-static

Necessary Change: Add static declaration to
../../Ethernet/fnet_stack/cpu/common/fnet_fec.c:73:
static void fnet_fec_rx_buf_next( fnet_fec_if_t *ethif);

Discussion

  • Andrej Butok

    Andrej Butok - 2013-03-26

    Accepted.
    Thank you.

     
  • Andrej Butok

    Andrej Butok - 2013-03-26
    • status: open --> closed-accepted