Adding headers to random.h

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2022-03-28 17:38:02 +02:00
parent 2535d0e537
commit 7a9ee8145d

View File

@@ -19,6 +19,9 @@
#ifndef _RANDOM_H_
#define _RANDOM_H_
#include "stdlib.h"
#include "pico/stdlib.h"
void random_init (void);
void random_fini (void);