Forgot return in connected()

This commit is contained in:
Kristian Lauszus 2014-01-18 23:51:20 +01:00
parent 681c668448
commit ad7078d6ad

View file

@ -65,7 +65,7 @@ public:
/** True if a device is connected */ /** True if a device is connected */
bool connected() { bool connected() {
BTHID::connected; return BTHID::connected;
}; };
/** /**