summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/rng.h
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/rng.h')
-rw-r--r--stmhal/rng.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/rng.h b/stmhal/rng.h
index 99bc5dc5f6..5442d453c2 100644
--- a/stmhal/rng.h
+++ b/stmhal/rng.h
@@ -1,3 +1,4 @@
void rng_init(void);
+uint32_t rng_get(void);
MP_DECLARE_CONST_FUN_OBJ(pyb_rng_get_obj);