diff options
Diffstat (limited to 'stmhal/rng.h')
-rw-r--r-- | stmhal/rng.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/rng.h b/stmhal/rng.h index f1e5054ad..ce1833e80 100644 --- a/stmhal/rng.h +++ b/stmhal/rng.h @@ -27,4 +27,4 @@ void rng_init0(void); uint32_t rng_get(void); -MP_DECLARE_CONST_FUN_OBJ(pyb_rng_get_obj); +MP_DECLARE_CONST_FUN_OBJ_0(pyb_rng_get_obj); |