[XBee] Added Doxygen TODOs
This commit is contained in:
parent
6c3dff4935
commit
29d24c916b
1 changed files with 1 additions and 1 deletions
|
@ -391,7 +391,7 @@ void XBee::sendApiFrame(uint8_t type, uint8_t id, uint8_t* data, uint16_t length
|
|||
}
|
||||
|
||||
int16_t XBee::readApiFrame(uint8_t frameID, uint8_t codePos, uint16_t timeout) {
|
||||
// TODO: modemStatus frames may be sent at any time, interfering with frame parsing. Add check to make sure this does not happen.
|
||||
/// \todo modemStatus frames may be sent at any time, interfering with frame parsing. Add check to make sure this does not happen.
|
||||
|
||||
// get number of bytes in response (must be enough to read the length field
|
||||
uint16_t numBytes = getNumBytes(timeout/2, 3);
|
||||
|
|
Loading…
Add table
Reference in a new issue