Edit comment to match other functions.
This commit is contained in:
parent
3fc89c5835
commit
b837d9c427
|
|
@ -70,7 +70,9 @@ Adafruit_SPIDevice::Adafruit_SPIDevice(int8_t cspin, int8_t sckpin,
|
||||||
_spi = NULL;
|
_spi = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
// release memory allocated in constructors
|
/*!
|
||||||
|
* @brief Release memory allocated in constructors
|
||||||
|
*/
|
||||||
Adafruit_SPIDevice::~Adafruit_SPIDevice() {
|
Adafruit_SPIDevice::~Adafruit_SPIDevice() {
|
||||||
if (_spiSetting) {
|
if (_spiSetting) {
|
||||||
delete _spiSetting;
|
delete _spiSetting;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue