Update AnalogOut.h

pull/10940/head
Mariwan 2019-08-12 20:12:36 +02:00 committed by GitHub
parent c6fbcb4efe
commit 656f4b8adf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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);
}