dlizewski opened a new pull request, #10587: URL: https://github.com/apache/nuttx/pull/10587
## Summary Simple fix of a typo in arch/arm/src/s32k1xx/hardware/s32k1xx_crc.h CRC_CTRL_TCRC_16BIT was defined twice instead of defining CRC_CTRL_TCRC_32BIT ## Impact This file is not included anywhere so it was never caught. It would create a duplicate define if it were to have been included. I noticed this when including the file in some private code. ## Testing Verified correct bit offset in Section "24.3.1.4 CRC Control register (CTRL)" of the S32k1xx reference manual -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
