kopia lustrzana https://github.com/jgromes/RadioLib
[SX126x] Renamed TRNG method
rodzic
8b9be43cb2
commit
caf34534d3
|
@ -1192,7 +1192,7 @@ int16_t SX126x::autoLDRO() {
|
|||
return(ERR_NONE);
|
||||
}
|
||||
|
||||
uint8_t SX126x::random() {
|
||||
uint8_t SX126x::randomByte() {
|
||||
// set mode to Rx
|
||||
setRx(SX126X_RX_TIMEOUT_INF);
|
||||
|
||||
|
|
|
@ -885,7 +885,7 @@ class SX126x: public PhysicalLayer {
|
|||
|
||||
\returns TRNG byte.
|
||||
*/
|
||||
uint8_t random();
|
||||
uint8_t randomByte();
|
||||
|
||||
/*!
|
||||
\brief Dummy method, to ensure PhysicalLayer compatibility.
|
||||
|
|
Ładowanie…
Reference in New Issue