Kinsey Moore started a new discussion on stm32h7/include/ethernetif.h: https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/merge_requests/37#note_150911 > > #include "lwip/err.h" > #include "lwip/netif.h" > +#ifndef __rtems__ > #include "cmsis_os.h" > +#endif /* __rtems__ */ > + > +#ifdef __rtems__ Condense these into an `#else`. -- View it on GitLab: https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/merge_requests/37#note_150911 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
