ble_mesh: Mark platform related default RNG as 0
This commit is contained in:
parent
d9e8508981
commit
7e7d2ae401
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@
|
|||
* for some platforms, such as Unix and Linux. For other platforms, you may need
|
||||
* to provide another PRNG function.
|
||||
*/
|
||||
#define default_RNG_defined 1
|
||||
#define default_RNG_defined 0
|
||||
|
||||
int default_CSPRNG(uint8_t *dest, unsigned int size);
|
||||
|
||||
|
|
Loading…
Reference in a new issue