Fixed linking error when building for linux

This commit is contained in:
Silvano Seva 2021-02-23 14:01:09 +01:00
parent 67c41188ab
commit 416ae13eb1
2 changed files with 3 additions and 1 deletions

View File

@ -113,7 +113,7 @@ enum RtxStatus
RTX_TX RTX_TX
}; };
state_t state; extern state_t state;
/** /**
* This function initializes the Radio state, acquiring the information * This function initializes the Radio state, acquiring the information

View File

@ -26,6 +26,8 @@
#include <interfaces/platform.h> #include <interfaces/platform.h>
#include <interfaces/nvmem.h> #include <interfaces/nvmem.h>
state_t state;
void state_init() void state_init()
{ {
/* /*