File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
examples/host/hid_controller/src Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ typedef struct TU_ATTR_PACKED
106
106
107
107
typedef struct TU_ATTR_PACKED {
108
108
// 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 ;
110
110
uint8_t set_led : 1 ;
111
111
uint8_t set_led_blink : 1 ;
112
112
uint8_t set_ext_write : 1 ;
@@ -116,16 +116,16 @@ typedef struct TU_ATTR_PACKED {
116
116
uint8_t set_speaker_volume : 1 ;
117
117
uint8_t set_flags2 ;
118
118
119
- uint8_t reserved ;
119
+ uint8_t reserved ;
120
120
121
- uint8_t motor_right ;
122
- uint8_t motor_left ;
121
+ uint8_t motor_right ;
122
+ uint8_t motor_left ;
123
123
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 ;
129
129
130
130
uint8_t ext_data [8 ];
131
131
You can’t perform that action at this time.
0 commit comments