Fixed comment

This commit is contained in:
Kristian Lauszus 2013-11-25 00:43:47 +01:00
parent 1b9c3952ac
commit 45465fa928

View file

@ -140,7 +140,7 @@ public:
void getMoveBdaddr(uint8_t *bdaddr); void getMoveBdaddr(uint8_t *bdaddr);
/** /**
* Used to get the calibration data inside the Move controller. * 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); void getMoveCalibration(uint8_t *data);