mirror of https://github.com/ARMmbed/mbed-os.git
Update AnalogOut.h
parent
47c3083bdd
commit
5b951d4ef4
|
@ -138,10 +138,9 @@ public:
|
||||||
|
|
||||||
virtual ~AnalogOut()
|
virtual ~AnalogOut()
|
||||||
{
|
{
|
||||||
/** Deinitialize the pin configuration totally.
|
/** Deinitialize pin configuration.
|
||||||
*\ This should allow changing the definition of the pin
|
|
||||||
*/
|
*/
|
||||||
analogout_free(&this->_dac);
|
analogout_free(&_dac);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
Loading…
Reference in New Issue