Skip to content

Commit

Permalink
pico_rand_feed made weak for external pools feeding.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Lacamera committed Apr 13, 2015
1 parent 9cb0442 commit 21b5a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack/pico_stack.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ volatile pico_err_t pico_err;

static uint32_t _rand_seed;

void pico_rand_feed(uint32_t feed)
void WEAK pico_rand_feed(uint32_t feed)
{
if (!feed)
return;
Expand Down

0 comments on commit 21b5a7a

Please sign in to comment.