From ad7078d6adacb8d0edf2f521ed53d152d21d5c57 Mon Sep 17 00:00:00 2001 From: Kristian Lauszus Date: Sat, 18 Jan 2014 23:51:20 +0100 Subject: [PATCH] Forgot return in connected() --- PS4BT.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PS4BT.h b/PS4BT.h index a723cec8..842adbac 100644 --- a/PS4BT.h +++ b/PS4BT.h @@ -65,7 +65,7 @@ public: /** True if a device is connected */ bool connected() { - BTHID::connected; + return BTHID::connected; }; /**