From 6594cd1bbac49bc927e4254a7d09125499cb62e8 Mon Sep 17 00:00:00 2001 From: Simon Duquennoy Date: Thu, 1 Oct 2015 11:10:46 +0200 Subject: [PATCH] cc2420: fix function prototype of set_key --- dev/cc2420/cc2420.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/cc2420/cc2420.c b/dev/cc2420/cc2420.c index d455e02df..7c7c97461 100644 --- a/dev/cc2420/cc2420.c +++ b/dev/cc2420/cc2420.c @@ -497,7 +497,7 @@ init_security(void) } /*---------------------------------------------------------------------------*/ static void -set_key(uint8_t *key) +set_key(const uint8_t *key) { GET_LOCK();