File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -324,11 +324,13 @@ impl<'c> Radio<'c> {
324
324
}
325
325
326
326
/// Listens for a packet for no longer than the specified amount of microseconds
327
+ /// and copies its contents into the given `packet` buffer
327
328
///
328
329
/// If no packet is received within the specified time then the `Timeout` error is returned
329
330
///
330
331
/// If a packet is received within the time span then the packet CRC is checked. If the CRC is
331
332
/// incorrect then the `Crc` error is returned; otherwise the `Ok` variant is returned.
333
+ /// Note that `packet` will contain the packet in any case, even if the CRC check failed.
332
334
///
333
335
/// Note that the time it takes to switch the radio to RX mode is included in the timeout count.
334
336
/// This transition may take up to a hundred of microseconds; see the section 6.20.15.8 in the
You can’t perform that action at this time.
0 commit comments