Skip to content

Commit add8f06

Browse files
authored
urandom is supported on nRF boards
1 parent 2b3d2c7 commit add8f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/os/__init__.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ MP_DEFINE_CONST_FUN_OBJ_0(os_sync_obj, os_sync);
241241
//| """Returns a string of *size* random bytes based on a hardware True Random
242242
//| Number Generator. When not available, it will raise a NotImplementedError.
243243
//|
244-
//| **Limitations:** Not yet available on nRF. Not available on SAMD21 due to lack of hardware.
244+
//| **Limitations:** Not available on SAMD21 due to lack of hardware.
245245
//| """
246246
//| ...
247247
//|

0 commit comments

Comments
 (0)