From 9edc4683ecd75d4705aca13217779e3c1a721913 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 27 Jun 2013 16:06:34 +0200 Subject: Rename R[XYZ] to Yaw, Pitch, Roll to avoid confusion Requested-by: mm0zct --- ftnoir_protocol_mouse/ftnoir_protocol_mouse.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ftnoir_protocol_mouse') diff --git a/ftnoir_protocol_mouse/ftnoir_protocol_mouse.h b/ftnoir_protocol_mouse/ftnoir_protocol_mouse.h index 14719540..fd0058ea 100644 --- a/ftnoir_protocol_mouse/ftnoir_protocol_mouse.h +++ b/ftnoir_protocol_mouse/ftnoir_protocol_mouse.h @@ -46,9 +46,9 @@ #define MOUSE_AXIS_MAX 65535 enum FTN_AngleName { - FTN_YAW = RX, - FTN_PITCH = RY, - FTN_ROLL = RZ, + FTN_YAW = Yaw, + FTN_PITCH = Pitch, + FTN_ROLL = Roll, FTN_X = TX, FTN_Y = TY, FTN_Z = TZ -- cgit v1.2.3