mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-26 12:35:25 +00:00
cc256x: allow to specify power vector for each modulation type
This commit is contained in:
parent
1f51cd71c2
commit
4bf371718e
@ -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){
|
||||
|
Loading…
x
Reference in New Issue
Block a user