Skip to content

Conversation

donatieng
Copy link
Contributor

No description provided.

@@ -0,0 +1 @@
deprecated/*
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this will be fixed in the 203

Copy link
Member

@pan- pan- left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If I compile for the DISCO, I get the following error:

Compile [100.0%]: BlueNrgHCIDriver.cpp
[Error] BlueNrgHCIDriver.cpp@587,44: cannot declare variable 'hci_driver' to be of abstract type 'ble::vendor::bluenrg::HCIDriver'
[ERROR] ./shields/TARGET_CORDIO_BLUENRG/BlueNrgHCIDriver.cpp: In function 'ble::vendor::cordio::CordioHCIDriver& ble_cordio_get_hci_driver()':
./shields/TARGET_CORDIO_BLUENRG/BlueNrgHCIDriver.cpp:587:44: error: cannot declare variable 'hci_driver' to be of abstract type 'ble::vendor::bluenrg::HCIDriver'
     static ble::vendor::bluenrg::HCIDriver hci_driver(
                                            ^~~~~~~~~~
./shields/TARGET_CORDIO_BLUENRG/BlueNrgHCIDriver.cpp:41:7: note:   because the following virtual functions are pure within 'ble::vendor::bluenrg::HCIDriver':
 class HCIDriver : public cordio::CordioHCIDriver
       ^~~~~~~~~
In file included from ./mbed-os/features/FEATURE_BLE/targets/TARGET_CORDIO/CordioBLE.h:24:0,
                 from ./shields/TARGET_CORDIO_BLUENRG/BlueNrgHCIDriver.cpp:2:
./mbed-os/features/FEATURE_BLE/targets/TARGET_CORDIO/driver/CordioHCIDriver.h:81:29: note: 	virtual ble::vendor::cordio::buf_pool_desc_t ble::vendor::cordio::CordioHCIDriver::get_buffer_pool_description()
     virtual buf_pool_desc_t get_buffer_pool_description() = 0;
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~

@pan- pan- merged commit 6b40605 into master Jan 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants