From 69209c38968c6f4066a772e0a51a2928749217de Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Fri, 9 Dec 2011 19:00:23 +0000 Subject: Re-indenting the code to use standard tabs. Yes, I know this is pretty pointless, but who cares? --- Stars45/NPClient.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Stars45/NPClient.h') diff --git a/Stars45/NPClient.h b/Stars45/NPClient.h index 04a34b1..0faab83 100644 --- a/Stars45/NPClient.h +++ b/Stars45/NPClient.h @@ -54,8 +54,8 @@ // DATA FIELDS #define NPControl 8 // indicates a control data field - // the second parameter of a message bearing control data information contains a packed data format. - // The High byte indicates what the data is, and the Low byte contains the actual data +// the second parameter of a message bearing control data information contains a packed data format. +// The High byte indicates what the data is, and the Low byte contains the actual data // roll, pitch, yaw #define NPRoll 1 // +/- 16383 (representing +/- 180) [data = input - 16383] #define NPPitch 2 // +/- 16383 (representing +/- 180) [data = input - 16383] @@ -91,7 +91,7 @@ typedef enum tagNPResult { NP_OK = 0, - NP_ERR_DEVICE_NOT_PRESENT, + NP_ERR_DEVICE_NOT_PRESENT, NP_ERR_UNSUPPORTED_OS, NP_ERR_INVALID_ARG, NP_ERR_DLL_NOT_FOUND, -- cgit v1.1