mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 18:38:35 -07:00
ext module fix
This commit is contained in:
@@ -66,7 +66,7 @@ SubGhzTxRx* subghz_txrx_alloc() {
|
|||||||
subghz_devices_init();
|
subghz_devices_init();
|
||||||
instance->radio_device_type = SubGhzRadioDeviceTypeInternal;
|
instance->radio_device_type = SubGhzRadioDeviceTypeInternal;
|
||||||
instance->radio_device_type =
|
instance->radio_device_type =
|
||||||
subghz_txrx_radio_device_set(instance, SubGhzRadioDeviceTypeInternal);
|
subghz_txrx_radio_device_set(instance, SubGhzRadioDeviceTypeExternalCC1101);
|
||||||
|
|
||||||
return instance;
|
return instance;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user