mirror of https://github.com/ARMmbed/mbed-os.git
Merge commit '829a5273f99d632340333ae4c404780db3f9202f' into nanostack-release-candidate
* commit '829a5273f99d632340333ae4c404780db3f9202f': Squashed 'features/FEATURE_COMMON_PAL/mbed-client-randlib/' changes from 26cdd39..531457epull/5511/head
commit
0f471518d7
|
|
@ -121,6 +121,8 @@ void randLIB_add_seed(uint64_t seed)
|
|||
if (state[1] == 0 && state[0] == 0) {
|
||||
state[0] = 1;
|
||||
}
|
||||
#else
|
||||
(void)seed;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue