Preetam Das commented on a discussion on bsps/aarch64/raspberrypi5/console/console.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1006#note_142305 > + * POSSIBILITY OF SUCH DAMAGE. > + */ > + > +#include <bspopts.h> > +#include <rtems/bspIo.h> > +#include <rtems/console.h> > +#include <rtems/termiosdevice.h> > +#include <dev/serial/arm-pl011.h> > + > +#include <bsp/irq.h> > +#include <bsp/fatal.h> > +#include <bsp/raspberrypi5.h> > + > +#ifdef __cplusplus > +extern "C" { > +#endif /* __cplusplus */ Yes, I used the header template instead of the source file template here. Mistake by me. Fixed by removing. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1006#note_142305 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
