cc2420: fix function prototype of set_key
This commit is contained in:
parent
cb4003eb52
commit
6594cd1bba
|
@ -497,7 +497,7 @@ init_security(void)
|
|||
}
|
||||
/*---------------------------------------------------------------------------*/
|
||||
static void
|
||||
set_key(uint8_t *key)
|
||||
set_key(const uint8_t *key)
|
||||
{
|
||||
GET_LOCK();
|
||||
|
||||
|
|
Loading…
Reference in a new issue