Fixed linking error when building for linux
This commit is contained in:
parent
67c41188ab
commit
416ae13eb1
|
|
@ -113,7 +113,7 @@ enum RtxStatus
|
|||
RTX_TX
|
||||
};
|
||||
|
||||
state_t state;
|
||||
extern state_t state;
|
||||
|
||||
/**
|
||||
* This function initializes the Radio state, acquiring the information
|
||||
|
|
|
|||
|
|
@ -26,6 +26,8 @@
|
|||
#include <interfaces/platform.h>
|
||||
#include <interfaces/nvmem.h>
|
||||
|
||||
state_t state;
|
||||
|
||||
void state_init()
|
||||
{
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue