sx1276: changed function parameter name, so that predefined SWIG typemaps automatically apply. In the SWIG inerface, ignored some functions that have more user-friendly wrappers over them.
Signed-off-by: Stefan Andritoiu <stefan.andritoiu@intel.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
committed by
Mihai Tudor Panu
parent
1accafa145
commit
344a52ae97
@@ -1625,18 +1625,18 @@ namespace upm {
|
||||
/**
|
||||
* read the FIFO into a buffer
|
||||
*
|
||||
* @param buf The buffer to read data into
|
||||
* @param buffer The buffer to read data into
|
||||
* @param len The length of the buffer
|
||||
*/
|
||||
void readFifo(uint8_t *buf, int len);
|
||||
void readFifo(uint8_t *buffer, int len);
|
||||
|
||||
/**
|
||||
* write a buffer into the FIFO
|
||||
*
|
||||
* @param buf The buffer containing the data to write
|
||||
* @param buffer The buffer containing the data to write
|
||||
* @param len The length of the buffer
|
||||
*/
|
||||
void writeFifo(uint8_t *buf, int len);
|
||||
void writeFifo(uint8_t *buffer, int len);
|
||||
|
||||
/**
|
||||
* Set the frequency to transmit and receive on
|
||||
|
||||
Reference in New Issue
Block a user