mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-09 17:25:00 +00:00
Fixed compilation error
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* $Id: shell-rime.c,v 1.23 2010/09/13 19:15:21 adamdunkels Exp $
|
||||
* $Id: shell-rime.c,v 1.24 2010/09/14 06:40:17 adamdunkels Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
@@ -256,7 +256,7 @@ PROCESS_THREAD(shell_send_process, ev, data)
|
||||
|
||||
PROCESS_BEGIN();
|
||||
|
||||
num_rexmits = shell_strtolong((char *)data, &next);
|
||||
num_rexmits = (int)shell_strtolong((char *)data, &next);
|
||||
|
||||
if(next == data) {
|
||||
/* If no argument was given, we send packets with a default number
|
||||
|
Reference in New Issue
Block a user