Skip to content

Commit 656f4b8

Browse files
author
Mariwan
authored
Update AnalogOut.h
1 parent c6fbcb4 commit 656f4b8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

drivers/AnalogOut.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,9 @@ class AnalogOut {
138138

139139
virtual ~AnalogOut()
140140
{
141-
/* Deinitialize the pin configuration totally.
142-
This should allow changing the definition of the pin */
141+
/** Deinitialize the pin configuration totally.
142+
*\ This should allow changing the definition of the pin
143+
*/
143144
analogout_free(&this->_dac);
144145
}
145146

0 commit comments

Comments
 (0)