Claudio Grasso commented on a discussion on stm32h7/include/ethernetif.h: https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/merge_requests/37#note_150955 > > #include "lwip/err.h" > #include "lwip/netif.h" > +#ifndef __rtems__ > #include "cmsis_os.h" > +#endif /* __rtems__ */ > + > +#ifdef __rtems__ Done in the latest push. Merged the two adjacent guard blocks into a single `#ifndef __rtems__ / #else / #endif` structure. Pristine #include "cmsis_os.h" stays in its original position; only the RTEMS-side shape changed. -- View it on GitLab: https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/merge_requests/37#note_150955 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
