captaingz2github / btstack

Automatically exported from code.google.com/p/btstack
0 stars 0 forks source link

Patch for /trunk/chipset-cc256x/bt_control_cc256x.c #452

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Please Modify the API definition of static int cc256x_baudrate_cmd(void * 
config, uint32_t baudrate, uint8_t *hci_cmd_buffer), due to the fact that,
Function argument void *config is not used with in the Function definition. 

Original issue reported on code.google.com by svrajas...@gmail.com on 25 Feb 2015 at 7:31

Attachments:

GoogleCodeExporter commented 9 years ago
To support the Comment #1

Either you can change the Function definition, which uses the void *config or 
you can change the API signature as static int cc256x_baudrate_cmd(uint32_t 
baudrate, uint8_t *hci_cmd_buffer).

Original comment by svrajas...@gmail.com on 25 Feb 2015 at 8:00