core: correct name for MegaPi Adaptor
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
parent
7136bfcba7
commit
f4649850ff
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue