Removed tabs from host hid_controller example

This commit is contained in:
James Smith 2023-02-09 19:52:42 -07:00 committed by hathach
parent 296ce528fc
commit 43770802f9

View File

@ -106,7 +106,7 @@ typedef struct TU_ATTR_PACKED
typedef struct TU_ATTR_PACKED {
// First 16 bits set what data is pertinent in this structure (1 = set; 0 = not set)
uint8_t set_rumble : 1;
uint8_t set_rumble : 1;
uint8_t set_led : 1;
uint8_t set_led_blink : 1;
uint8_t set_ext_write : 1;
@ -116,16 +116,16 @@ typedef struct TU_ATTR_PACKED {
uint8_t set_speaker_volume : 1;
uint8_t set_flags2;
uint8_t reserved;
uint8_t reserved;
uint8_t motor_right;
uint8_t motor_left;
uint8_t motor_right;
uint8_t motor_left;
uint8_t lightbar_red;
uint8_t lightbar_green;
uint8_t lightbar_blue;
uint8_t lightbar_blink_on;
uint8_t lightbar_blink_off;
uint8_t lightbar_red;
uint8_t lightbar_green;
uint8_t lightbar_blue;
uint8_t lightbar_blink_on;
uint8_t lightbar_blink_off;
uint8_t ext_data[8];