cc2538: lpm: Make periph_permit_pm1_funcs static
periph_permit_pm1_funcs[] is a private member of lpm.c, so define it as static. Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
This commit is contained in:
parent
7b59e1dbe7
commit
035a30602b
@ -105,7 +105,7 @@ static uint8_t max_pm;
|
||||
#define LPM_PERIPH_PERMIT_PM1_FUNCS_MAX 2
|
||||
#endif
|
||||
|
||||
lpm_periph_permit_pm1_func_t
|
||||
static lpm_periph_permit_pm1_func_t
|
||||
periph_permit_pm1_funcs[LPM_PERIPH_PERMIT_PM1_FUNCS_MAX];
|
||||
/*---------------------------------------------------------------------------*/
|
||||
static bool
|
||||
|
Loading…
Reference in New Issue
Block a user