From 33c39b85af28def47224d31a8fe348dbf2c25e03 Mon Sep 17 00:00:00 2001 From: shrkey Date: Sun, 9 Oct 2016 20:09:18 +0100 Subject: [PATCH] test --- darkwater/DW640.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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