Skip to content

Commit 4fbf996

Browse files
committed
Get rid of implicit uint conversions
1 parent 3325e26 commit 4fbf996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/class/midi/midi_host.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ typedef struct
100100
#define MAX_OUT_JACKS 8
101101
struct {
102102
uint8_t jack_id;
103-
int8_t jack_type;
103+
uint8_t jack_type;
104104
uint8_t string_index;
105105
} in_jack_info[MAX_IN_JACKS];
106106
uint8_t next_in_jack;

0 commit comments

Comments
 (0)