Unix line endings and remove trailing spaces
This commit is contained in:
@@ -602,7 +602,7 @@ typedef struct wiimote_state_t {
|
|||||||
struct vec3b_t exp_accel;
|
struct vec3b_t exp_accel;
|
||||||
float exp_r_shoulder;
|
float exp_r_shoulder;
|
||||||
float exp_l_shoulder;
|
float exp_l_shoulder;
|
||||||
|
|
||||||
/* motion plus */
|
/* motion plus */
|
||||||
short drx;
|
short drx;
|
||||||
short dry;
|
short dry;
|
||||||
@@ -760,7 +760,7 @@ typedef enum data_req_s
|
|||||||
* @brief Data write request structure.
|
* @brief Data write request structure.
|
||||||
*/
|
*/
|
||||||
struct data_req_t {
|
struct data_req_t {
|
||||||
|
|
||||||
unsigned char data[21]; /**< buffer where read data is written */
|
unsigned char data[21]; /**< buffer where read data is written */
|
||||||
unsigned int len;
|
unsigned int len;
|
||||||
unsigned int addr;
|
unsigned int addr;
|
||||||
|
|||||||
Reference in New Issue
Block a user