mixer_multirotor: fix initialization of _outputs_prev
memset (http://www.cplusplus.com/reference/cstring/memset/) interprets the value argument as unsigned char, so passing a float will not work.
Please register or sign in to comment
memset (http://www.cplusplus.com/reference/cstring/memset/) interprets the value argument as unsigned char, so passing a float will not work.