[SX126x] Renamed TRNG method
This commit is contained in:
parent
8b9be43cb2
commit
caf34534d3
2 changed files with 2 additions and 2 deletions
|
@ -1192,7 +1192,7 @@ int16_t SX126x::autoLDRO() {
|
||||||
return(ERR_NONE);
|
return(ERR_NONE);
|
||||||
}
|
}
|
||||||
|
|
||||||
uint8_t SX126x::random() {
|
uint8_t SX126x::randomByte() {
|
||||||
// set mode to Rx
|
// set mode to Rx
|
||||||
setRx(SX126X_RX_TIMEOUT_INF);
|
setRx(SX126X_RX_TIMEOUT_INF);
|
||||||
|
|
||||||
|
|
|
@ -885,7 +885,7 @@ class SX126x: public PhysicalLayer {
|
||||||
|
|
||||||
\returns TRNG byte.
|
\returns TRNG byte.
|
||||||
*/
|
*/
|
||||||
uint8_t random();
|
uint8_t randomByte();
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\brief Dummy method, to ensure PhysicalLayer compatibility.
|
\brief Dummy method, to ensure PhysicalLayer compatibility.
|
||||||
|
|
Loading…
Add table
Reference in a new issue