cc2420: fix function prototype of set_key

ico
Simon Duquennoy 2015-10-01 11:10:46 +02:00
parent cb4003eb52
commit 6594cd1bba
1 changed files with 1 additions and 1 deletions

View File

@ -497,7 +497,7 @@ init_security(void)
}
/*---------------------------------------------------------------------------*/
static void
set_key(uint8_t *key)
set_key(const uint8_t *key)
{
GET_LOCK();