hartmannathan opened a new pull request #2202:
URL: https://github.com/apache/incubator-nuttx/pull/2202
## Summary
arch/arm/src/stm32/hardware/stm32g47xxx_vrefbuf.h:
* Remove executable permission.
## Impact
Fixes wrong permission.
## Testing
Also checked for any additional source files with wrong executable
permission using:
`find . -type f -perm +111 -print`
Did not find any others.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]