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; }; /**