patrickelectric opened a new pull request, #18935:
URL: https://github.com/apache/nuttx/pull/18935
## Summary
Fix "-Wmaybe-uninitialized" warning messages
## Impact
Reduce noise of STM32H5 devices
## Testing
```
nsh> i2c dev -b 1 03 77
NOTE: Some devices may not appear with this scan.
You may also try a scan with the -z flag to discover more devices using a
zero-byte write request.
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- 1e --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- 48 -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- 76 --
nsh> i2c get -b 1 -a 0x76 -r 0x00
READ Bus: 1 Addr: 76 Subaddr: 00 Value: 60
```
BMP390 connected in 0x76
<img width="365" height="60" alt="image"
src="https://github.com/user-attachments/assets/3790fdec-5422-4529-b5d4-1b86e0d865f9"
/>
--
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]