summaryrefslogtreecommitdiffstatshomepage
path: root/cc3200/util/random.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc3200/util/random.h')
-rw-r--r--cc3200/util/random.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc3200/util/random.h b/cc3200/util/random.h
index 860b46173f..67fd1ff855 100644
--- a/cc3200/util/random.h
+++ b/cc3200/util/random.h
@@ -30,6 +30,6 @@
void rng_init0 (void);
uint32_t rng_get (void);
-MP_DECLARE_CONST_FUN_OBJ(machine_rng_get_obj);
+MP_DECLARE_CONST_FUN_OBJ_0(machine_rng_get_obj);
#endif // __RANDOM_H