Export to GitHub

btstack - issue #452

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


Posted on Feb 25, 2015 by Grumpy Rhino

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.

Attachments

Comment #1

Posted on Feb 25, 2015 by Grumpy Rhino

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).

Status: New

Labels:
Type-Patch