mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Forgot return in connected()
This commit is contained in:
parent
681c668448
commit
ad7078d6ad
1 changed files with 1 additions and 1 deletions
2
PS4BT.h
2
PS4BT.h
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue