Skip to content

Commit 47c3083

Browse files
author
Mariwan
authored
remove extra space
1 parent 358df27 commit 47c3083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/AnalogOut.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ class AnalogOut {
141141
/** Deinitialize the pin configuration totally.
142142
*\ This should allow changing the definition of the pin
143143
*/
144-
analogout_free(&this->_dac);
144+
analogout_free(&this->_dac);
145145
}
146146

147147
protected:

0 commit comments

Comments
 (0)