diff --git a/darkwater/DW640.cpp b/darkwater/DW640.cpp index 2a834e1..27a0716 100644 --- a/darkwater/DW640.cpp +++ b/darkwater/DW640.cpp @@ -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(); } \ No newline at end of file