Update AnalogOut.h

pull/10940/head
Mariwan 2019-09-16 22:06:04 +02:00 committed by GitHub
parent 47c3083bdd
commit 5b951d4ef4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -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: