Commit ecd180be authored by Raphael Defosseux's avatar Raphael Defosseux

Fixing compilation warning in function declaration

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent d8e9a80f
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#include "assertions.h" #include "assertions.h"
#include <math.h> #include <math.h>
void init_7_5KHz(); void init_7_5KHz(void);
int phy_init_RU(RU_t *ru) { int phy_init_RU(RU_t *ru) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment