RTEMS | bsps/shared/dev/gpio: fix missing header (!1234)
Gedare Bloom (@gedare)
gitlab at rtems.org
Tue May 12 19:17:00 UTC 2026
Gedare Bloom started a new discussion: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1234#note_149912
I would either use `_Assert()` from rtems/score/assert.h, as that will wrap assert and only uses it if RTEMS_DEBUG is enabled, or remove the include of `rtems/score/assert.h` if it is preferable to always have the assert() in production.
There are varying opinions about what is the proper thing to do.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1234#note_149912
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260512/9f019e23/attachment.htm>
More information about the bugs
mailing list