Skip to content
Snippets Groups Projects
Commit ecd180be authored by Raphael Defosseux's avatar Raphael Defosseux
Browse files

Fixing compilation warning in function declaration

parent d8e9a80f
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@
#include "assertions.h"
#include <math.h>
void init_7_5KHz();
void init_7_5KHz(void);
int phy_init_RU(RU_t *ru) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment