mirror of https://github.com/ARMmbed/mbed-os.git
Squashed 'features/FEATURE_COMMON_PAL/mbed-client-randlib/' changes from 26cdd39..531457e
531457e Update randLIB.c git-subtree-dir: features/FEATURE_COMMON_PAL/mbed-client-randlib git-subtree-split: 531457e3b0953e43c343d025351da4fb64be8ef1pull/5511/head
parent
26cdd3904f
commit
829a5273f9
|
@ -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