The unified diff between revisions [056a532c..] and [bfc9e27f..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'stick.c'

#
# old_revision [056a532c92301bcb224e1f786c5f6720e8acf3eb]
# new_revision [bfc9e27f5c40da31ae4269394aaf0545e5856a70]
#
# patch "stick.c"
#  from [50fffafb58abb3d5935c27843ff50c4bd4ec5300]
#    to [b9e45330f5b727359eb7de7892d2d9e20543cdb0]
#
============================================================
--- stick.c	50fffafb58abb3d5935c27843ff50c4bd4ec5300
+++ stick.c	b9e45330f5b727359eb7de7892d2d9e20543cdb0
@@ -152,6 +152,10 @@ void stick_input(void) {
 		if (throttle < 0.0)
 			throttle = 0.0;
 	} else {
+		log_put_uint16(0);
+		log_put_uint16(0);
+		log_put_uint16(0);
+		log_put_uint16(0);
 		x = 0.0f;
 		y = 0.0f;
 		z = 0.0f;