Skip to content

Commit c6fbcb4

Browse files
author
mjm2017
authored
Update AnalogOut.h
1 parent b079582 commit c6fbcb4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/AnalogOut.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ class AnalogOut {
138138

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

0 commit comments

Comments
 (0)