csanchezdll opened a new pull request, #7216: URL: https://github.com/apache/incubator-nuttx/pull/7216
## Summary Definition of macros for addresses of some registers of FlexIO (those regarding the FlexIO timers, specifically) on s32k1xx architecture were incorrectly defined. It looks like a simple copying typo. ## Impact Any code using these macros would fail to compile, as macros were self-referring. ## Testing This was detected when creating a driver which uses FlexIO. Once fixed, the register were successfully accessed using these macros. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org