Edit comment to match other functions.

This commit is contained in:
James Foster 2020-11-30 15:55:28 -08:00
parent 3fc89c5835
commit b837d9c427
1 changed files with 3 additions and 1 deletions

View File

@ -70,7 +70,9 @@ Adafruit_SPIDevice::Adafruit_SPIDevice(int8_t cspin, int8_t sckpin,
_spi = NULL;
}
// release memory allocated in constructors
/*!
* @brief Release memory allocated in constructors
*/
Adafruit_SPIDevice::~Adafruit_SPIDevice() {
if (_spiSetting) {
delete _spiSetting;