nrf24l01: removed declared and undefined destructor

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Mihai Tudor Panu 2015-09-11 16:47:47 -07:00
parent b4d2a2e1f2
commit ff42bd390f

View File

@ -193,11 +193,6 @@ class NRF24L01 {
*/
NRF24L01 (uint8_t cs, uint8_t ce);
/**
* NRF24l01 object destructor
*/
~NRF24L01 ();
/**
* Returns the name of the component
*/