remove extra space

pull/10940/head
Mariwan 2019-09-16 21:57:56 +02:00 committed by GitHub
parent 358df27c30
commit 47c3083bdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ public:
/** Deinitialize the pin configuration totally.
*\ This should allow changing the definition of the pin
*/
analogout_free(&this->_dac);
analogout_free(&this->_dac);
}
protected: