mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Fixed comment
This commit is contained in:
parent
1b9c3952ac
commit
45465fa928
1 changed files with 1 additions and 1 deletions
2
PS3USB.h
2
PS3USB.h
|
@ -140,7 +140,7 @@ public:
|
|||
void getMoveBdaddr(uint8_t *bdaddr);
|
||||
/**
|
||||
* Used to get the calibration data inside the Move controller.
|
||||
* @param bdaddr Buffer to store data in. Must be at least 147 bytes
|
||||
* @param data Buffer to store data in. Must be at least 147 bytes
|
||||
*/
|
||||
void getMoveCalibration(uint8_t *data);
|
||||
|
||||
|
|
Loading…
Reference in a new issue