core: correct name for MegaPi Adaptor

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram 2016-10-01 20:01:58 +02:00
parent 7136bfcba7
commit f4649850ff
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import (
"github.com/tarm/serial"
)
var _ gobot.Adaptor = (*MegaPiAdaptor)(nil)
var _ gobot.Adaptor = (*Adaptor)(nil)
// Adaptor is the Gobot adaptor for the MakeBlock MegaPi board
type Adaptor struct {