Fix order to match with Chirp

This commit is contained in:
Armel FAUVEAU
2024-07-02 05:12:38 +02:00
parent aea31e85f6
commit 1b76b16e44

4
misc.h
View File

@@ -197,9 +197,9 @@ typedef union {
uint8_t uint8_t
band : 3, band : 3,
compander : 2, compander : 2,
scanlist3 : 1, scanlist1 : 1,
scanlist2 : 1, scanlist2 : 1,
scanlist1 : 1; scanlist3 : 1;
}; };
uint8_t __val; uint8_t __val;
} ChannelAttributes_t; } ChannelAttributes_t;