Get rid of implicit uint conversions

This commit is contained in:
atok
2022-09-08 17:51:01 +02:00
committed by atoktoto
parent 3325e2613d
commit 4fbf99621d

View File

@@ -100,7 +100,7 @@ typedef struct
#define MAX_OUT_JACKS 8
struct {
uint8_t jack_id;
int8_t jack_type;
uint8_t jack_type;
uint8_t string_index;
} in_jack_info[MAX_IN_JACKS];
uint8_t next_in_jack;