mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +03:00
docs: fix spelling errors
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:

committed by
Mihai Tudor Panu

parent
c7b5204fe4
commit
dc8be495a9
@ -192,8 +192,8 @@ uint32_t PN532::getFirmwareVersion()
|
||||
@param cmdlen The size of the command in bytes
|
||||
@param timeout timeout before giving up
|
||||
|
||||
@returns 1 if everything is OK, 0 if timeout occured before an
|
||||
ACK was recieved
|
||||
@returns 1 if everything is OK, 0 if timeout occurred before an
|
||||
ACK was received
|
||||
*/
|
||||
/**************************************************************************/
|
||||
// default timeout of one second
|
||||
|
@ -232,8 +232,8 @@ namespace upm {
|
||||
* @param cmdlen the size of the command in bytes
|
||||
* @param timeout timeout before giving up (in ms)
|
||||
*
|
||||
* @return true if everything is OK, false if timeout occured
|
||||
* before an ACK was recieved
|
||||
* @return true if everything is OK, false if timeout occurred
|
||||
* before an ACK was received
|
||||
*/
|
||||
bool sendCommandCheckAck(uint8_t *cmd, uint8_t cmdlen,
|
||||
uint16_t timeout=1000);
|
||||
|
Reference in New Issue
Block a user