cc2420: fix function prototype of set_key

This commit is contained in:
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 static void
set_key(uint8_t *key) set_key(const uint8_t *key)
{ {
GET_LOCK(); GET_LOCK();