eclipse / upm

UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs.
MIT License
658 stars 411 forks source link

initialize local variables before use #693

Open kraj opened 4 years ago

kraj commented 4 years ago

fixes error: 'ctrl_reg2_data' may be used uninitialized in this function [-Werror=maybe-uninitialized]

Signed-off-by: Khem Raj raj.khem@gmail.com

Propanu commented 4 years ago

Hi @kraj, these changes are good but you would need to sign the ECA for us to be able to merge this. You can find the details on how to do so here: https://www.eclipse.org/legal/ECA.php Thanks!

kraj commented 4 years ago

Hi @kraj, these changes are good but you would need to sign the ECA for us to be able to merge this. You can find the details on how to do so here: https://www.eclipse.org/legal/ECA.php Thanks!

I have tried to install it, please recheck,

Propanu commented 4 years ago

@kraj, you shouldn't have to install anything. Simply fill and submit the ECA Form on the eclipse.org website using the same e-mail from your sign-off. We can then refresh this PR and the eclipse ECA check will pass.