Add third list

This commit is contained in:
Armel FAUVEAU
2024-06-24 00:24:47 +02:00
parent 0235d26326
commit 2deff09d47
15 changed files with 179 additions and 21 deletions

3
misc.h
View File

@@ -195,8 +195,9 @@ extern uint16_t gEEPROM_1F8C;
typedef union {
struct {
uint8_t
band : 4,
band : 3,
compander : 2,
scanlist3 : 1,
scanlist2 : 1,
scanlist1 : 1;
};