diff --git a/applications/drivers/subghz/cc1101_ext/cc1101_ext.c b/applications/drivers/subghz/cc1101_ext/cc1101_ext.c index 4e8b395d5..405132a6b 100644 --- a/applications/drivers/subghz/cc1101_ext/cc1101_ext.c +++ b/applications/drivers/subghz/cc1101_ext/cc1101_ext.c @@ -205,7 +205,7 @@ bool subghz_device_cc1101_ext_alloc(SubGhzDeviceConf* conf) { if(conf) { if(conf->ver == SUBGHZ_DEVICE_CC1101_CONFIG_VER) { subghz_device_cc1101_ext->power_amp = conf->power_amp; - subghz_device_cc1101_ext->extended_range = conf->extented_range; + subghz_device_cc1101_ext->extended_range = conf->extended_range; } else { FURI_LOG_E(TAG, "Config version mismatch"); }