drivers: cc2520: fix variable type mismatching issue

The variable type mismatching was caught by LLVM.

Jira: ZEP-1179

Change-Id: If26c881d207a6cedc52b7589c5d7ebb2040c7ab7
Signed-off-by: Baohong Liu <baohong.liu@intel.com>
This commit is contained in:
Baohong Liu 2016-11-15 17:27:29 -08:00 committed by Anas Nashif
parent da622d3ff2
commit b58b1bbc9c

View file

@ -666,7 +666,7 @@ static void cc2520_rx(int arg, int unused2)
}
net_analyze_stack("CC2520 Rx Fiber stack",
cc2520->cc2520_rx_stack,
(unsigned char *)cc2520->cc2520_rx_stack,
CONFIG_CC2520_RX_STACK_SIZE);
goto flush;
error: