Skip to content

Commit 4377080

Browse files
Tails86hathach
authored andcommitted
Removed tabs from host hid_controller example
1 parent 296ce52 commit 4377080

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

examples/host/hid_controller/src/hid_app.c

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ typedef struct TU_ATTR_PACKED
106106

107107
typedef struct TU_ATTR_PACKED {
108108
// First 16 bits set what data is pertinent in this structure (1 = set; 0 = not set)
109-
uint8_t set_rumble : 1;
109+
uint8_t set_rumble : 1;
110110
uint8_t set_led : 1;
111111
uint8_t set_led_blink : 1;
112112
uint8_t set_ext_write : 1;
@@ -116,16 +116,16 @@ typedef struct TU_ATTR_PACKED {
116116
uint8_t set_speaker_volume : 1;
117117
uint8_t set_flags2;
118118

119-
uint8_t reserved;
119+
uint8_t reserved;
120120

121-
uint8_t motor_right;
122-
uint8_t motor_left;
121+
uint8_t motor_right;
122+
uint8_t motor_left;
123123

124-
uint8_t lightbar_red;
125-
uint8_t lightbar_green;
126-
uint8_t lightbar_blue;
127-
uint8_t lightbar_blink_on;
128-
uint8_t lightbar_blink_off;
124+
uint8_t lightbar_red;
125+
uint8_t lightbar_green;
126+
uint8_t lightbar_blue;
127+
uint8_t lightbar_blink_on;
128+
uint8_t lightbar_blink_off;
129129

130130
uint8_t ext_data[8];
131131

0 commit comments

Comments
 (0)