This commit is contained in:
shrkey
2016-10-09 20:08:00 +01:00
parent 14a3ec5e91
commit cf7250daec
2 changed files with 2 additions and 2 deletions

View File

@@ -50,5 +50,5 @@ void DW640::initialize() {
* @return True if connection is valid, false otherwise
*/
bool DW640::testConnection() {
return this->pwm->testConnection();
return this->pwm.testConnection();
}