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
661 stars 410 forks source link

Initialise all variables used in kxtj3 to 0 #667

Closed nullr0ute closed 5 years ago

nullr0ute commented 6 years ago

Newer compilers when used with security hardening options such as -Werror=maybe-uninitialized so iniitial the variables to 0.

Signed-off-by: Peter Robinson pbrobinson@gmail.com

Propanu commented 5 years ago

Merged with 1ddf96902081630889b42414061ddc6d2e360c53. Thank you!