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

committed by
Jon Trulson

parent
2d1ce18838
commit
2bc8159230
@ -126,7 +126,7 @@ namespace upm {
|
||||
* same as they were last set during the last RX_DONE event.
|
||||
*/
|
||||
typedef enum {
|
||||
REVENT_DONE = 0, // operation completed successfully
|
||||
REVENT_DONE = 0, // operation completed successfuly
|
||||
REVENT_EXEC, // runninsg something
|
||||
REVENT_ERROR, // failed, crc error, sync timeout
|
||||
REVENT_TIMEOUT // timed out
|
||||
@ -1807,8 +1807,8 @@ namespace upm {
|
||||
|
||||
/**
|
||||
* Start a receive operation. The method will return when
|
||||
* completed, either successfully, or in error (crc, or other
|
||||
* issue). If completed successfully, the returned buffer can be
|
||||
* completed, either successfuly, or in error (crc, or other
|
||||
* issue). If completed successfuly, the returned buffer can be
|
||||
* read via getRxBuffer() or getRxBufferStr(). In addition,
|
||||
* values for RSSI and SNR (Lora only) can be retrieved.
|
||||
*
|
||||
@ -2011,7 +2011,7 @@ namespace upm {
|
||||
|
||||
uint8_t lookupFSKBandWidth(uint32_t bw);
|
||||
|
||||
// received data (on successfull completion)
|
||||
// received data (on successful completion)
|
||||
volatile int m_rxRSSI;
|
||||
volatile int m_rxSNR;
|
||||
volatile int m_rxLen;
|
||||
|
Reference in New Issue
Block a user