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