Addressed typo: changed 'recieved' to 'received'
This commit is contained in:
parent
4003fdc574
commit
1224fd01bc
1 changed files with 1 additions and 1 deletions
|
|
@ -493,7 +493,7 @@ bool cbSignalMsg(pb_istream_t *stream, const pb_field_t *field, void **arg) {
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/*!
|
/*!
|
||||||
@brief Decodes a signal buffer protobuf message.
|
@brief Decodes a signal buffer protobuf message.
|
||||||
NOTE: Should be executed in-order after a new _buffer is recieved.
|
NOTE: Should be executed in-order after a new _buffer is received.
|
||||||
@param encodedSignalMsg
|
@param encodedSignalMsg
|
||||||
Encoded signal message.
|
Encoded signal message.
|
||||||
@return true if successfully decoded signal message, false otherwise.
|
@return true if successfully decoded signal message, false otherwise.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue