mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-23 01:21:28 +00:00
posix-h5-bcm: fix compile warning
This commit is contained in:
parent
7bc1dbab74
commit
dc491b6ef3
@ -134,7 +134,7 @@ int main(int argc, const char * argv[]){
|
||||
transport_config.device_name = "/dev/tty.usbserial-A9OVNX5P"; // RedBear IoT pHAT breakout board
|
||||
|
||||
// get BCM chipset driver
|
||||
btstack_chipset_t * chipset = btstack_chipset_bcm_instance();
|
||||
const btstack_chipset_t * chipset = btstack_chipset_bcm_instance();
|
||||
chipset->init(&transport_config);
|
||||
|
||||
// set chipset name
|
||||
|
Loading…
x
Reference in New Issue
Block a user