You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/01/23 21:59:51 UTC

[GitHub] [incubator-nuttx] patacongo opened a new pull request #156: arch/arm/src/lpc17_40/lpc17_49_ethernet.c: Fix build failure.

patacongo opened a new pull request #156: arch/arm/src/lpc17_40/lpc17_49_ethernet.c:  Fix build failure.
URL: https://github.com/apache/incubator-nuttx/pull/156
 
 
   Fix these build errors which occurred if there was no PHY:
   
   chip/lpc17_40_ethernet.c:1643:31: error: expected expression before ';' token
     ret lpc17_40_phyinit();
   
   chip/lpc17_40_ethernet.c:3941:1: error: expected identifier or '(' before '{' token
     {
   
   chip/lpc17_40_ethernet.c:448:13: warning: 'lpc17_40_macmode' used but never defined
     static void lpc17_40_macmode(uint8_t mode);
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-nuttx] acassis merged pull request #156: arch/arm/src/lpc17_40/lpc17_49_ethernet.c: Fix build failure.

Posted by GitBox <gi...@apache.org>.
acassis merged pull request #156: arch/arm/src/lpc17_40/lpc17_49_ethernet.c:  Fix build failure.
URL: https://github.com/apache/incubator-nuttx/pull/156
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services