mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-23 01:29:33 +00:00
Merge pull request #1605 from tonnenpinguin/pr_fix_slip_config
Add typecast to native border router switch statement
This commit is contained in:
commit
be13fc7d23
@ -67,7 +67,7 @@ int
|
|||||||
slip_config_handle_arguments(int argc, char **argv)
|
slip_config_handle_arguments(int argc, char **argv)
|
||||||
{
|
{
|
||||||
const char *prog;
|
const char *prog;
|
||||||
char c;
|
int c;
|
||||||
int baudrate = 115200;
|
int baudrate = 115200;
|
||||||
|
|
||||||
slip_config_verbose = 0;
|
slip_config_verbose = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user