Merge pull request #1820 from alignan/pull/motelist-firefly

Zoul: added firefly to motelist targets
This commit is contained in:
George Oikonomou 2016-08-12 13:38:12 +01:00 committed by GitHub
commit 9e91a3832d
1 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,8 @@ if( $Opt{board} eq "z1" ) {
$Opt{board} = "Zolertia Z1";
} elsif( $Opt{board} eq "remote" ) {
$Opt{board} = "Zolertia RE-Mote platform";
} elsif( $Opt{board} eq "firefly" ) {
$Opt{board} = "Zolertia Firefly platform";
}
my @devs = $Opt{method} eq "procfs" ? scan_procfs() : scan_sysfs();