Merge pull request #2047 from contiki-os/orion-update-motelist-string

Orion: update motelist string
master-31012017
Antonio Lignan 2017-01-15 16:06:23 +01:00 committed by GitHub
commit a7b5050382
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ if( $Opt{board} eq "z1" ) {
} elsif( $Opt{board} eq "firefly" ) {
$Opt{board} = "Zolertia Firefly platform";
} elsif( $Opt{board} eq "orion" ) {
$Opt{board} = "Zolertia Orion Router";
$Opt{board} = "Zolertia Orion Ethernet router";
}
my @devs = $Opt{method} eq "procfs" ? scan_procfs() : scan_sysfs();