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