nuttx/arch/arm
Gregory Nutt d644b759b2 arch/arm/src/lpc17_40/lpc17_49_ethernet.c: Fix build failure.
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);
2020-01-23 19:45:41 -03:00
..
include Fix typos and some incorrect comments 2020-01-20 09:32:36 -03:00
src arch/arm/src/lpc17_40/lpc17_49_ethernet.c: Fix build failure. 2020-01-23 19:45:41 -03:00
Kconfig Merged in david_s5/nuttx/master_h7 (pull request #1058) 2019-10-22 19:49:49 +00:00