cc256x: allow to specify power vector for each modulation type

This commit is contained in:
Matthias Ringwald 2020-05-19 10:00:42 +02:00
parent 1f51cd71c2
commit 4bf371718e

View File

@ -381,7 +381,7 @@ void btstack_chipset_cc256x_set_power(int16_t power_in_dB){
void btstack_chipset_cc256x_set_power_vector(uint8_t modulation_type, const uint8_t * power_vector){
btstack_assert(modulation_type <= 2);
init_power_vectors[modulation_type] = power_vector;
}
void btstack_chipset_cc256x_set_init_script(uint8_t * data, uint32_t size){