mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-05 19:07:41 +00:00
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 New Issue
Block a user