From 29a7dde35ad8b02c7eab570d325d9124bcb86688 Mon Sep 17 00:00:00 2001 From: Aaron Shaw Date: Fri, 8 Oct 2021 04:01:16 +0100 Subject: [PATCH] Update chip_id.c --- sx1302fixes/chip_id.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sx1302fixes/chip_id.c b/sx1302fixes/chip_id.c index 67ee2b3..7f8df14 100644 --- a/sx1302fixes/chip_id.c +++ b/sx1302fixes/chip_id.c @@ -80,6 +80,7 @@ int main(int argc, char **argv) unsigned int arg_u; uint8_t clocksource = 0; lgw_radio_type_t radio_type = LGW_RADIO_TYPE_SX1250; + sx1302_model_id_t model_id; struct lgw_conf_board_s boardconf; struct lgw_conf_rxrf_s rfconf;