Lee Kai Xuan / mbed-os

Fork of mbed-os by erkin yucel

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers random_stub.c Source File

random_stub.c

00001 /*
00002  * Copyright (c) 2016, ARM Limited, All Rights Reserved
00003  */
00004 #include "inttypes.h"
00005 
00006 
00007 void arm_random_module_init(void)
00008 {
00009 
00010 }
00011 
00012 uint32_t arm_random_seed_get(void)
00013 {
00014     return 4;
00015 }