summaryrefslogtreecommitdiffstats
path: root/src/app.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.c')
-rw-r--r--src/app.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.c b/src/app.c
index aeb5c84..aacc68f 100644
--- a/src/app.c
+++ b/src/app.c
@@ -198,7 +198,7 @@ typedef struct State {
198 u8 ch_min; 198 u8 ch_min;
199 u8 ch_max; 199 u8 ch_max;
200 u8 ch_listen[16]; 200 u8 ch_listen[16];
201 u8 mode; 201 Mode mode;
202} State; 202} State;
203 203
204// Globals. 204// Globals.