michallenc opened a new pull request, #18642:
URL: https://github.com/apache/nuttx/pull/18642
## Summary
Fixes the following compilation error.
```
stm32_gpio.c: In function 'stm32gpio_interrupt':
stm32_gpio.c:150:24: error: 'tm32gpint' undeclared (first use in this
function); did you mean 'stm32gpint'?
150 | tm32gpint->stm32gpio.id);
| ^~~~~~~~~
| stm32gpint
```
## Impact
Fixes the compilation of Nucleo L476RG board with GPIO enabled
## Testing
Code compiles and GPIO works with standard `gpio` example application.
--
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]