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