Merge pull request #433 from ADVANSEE/cc2538-lpm-static-periph_permit_pm1_funcs
cc2538: lpm: Make periph_permit_pm1_funcs static
This commit is contained in:
commit
12c936ec79
|
@ -105,7 +105,7 @@ static uint8_t max_pm;
|
||||||
#define LPM_PERIPH_PERMIT_PM1_FUNCS_MAX 2
|
#define LPM_PERIPH_PERMIT_PM1_FUNCS_MAX 2
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
lpm_periph_permit_pm1_func_t
|
static lpm_periph_permit_pm1_func_t
|
||||||
periph_permit_pm1_funcs[LPM_PERIPH_PERMIT_PM1_FUNCS_MAX];
|
periph_permit_pm1_funcs[LPM_PERIPH_PERMIT_PM1_FUNCS_MAX];
|
||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
static bool
|
static bool
|
||||||
|
|
Loading…
Reference in a new issue