mirror of https://bitbucket.org/ausocean/av.git
cmd/treatment: change pi3 build tags to pi
This is done because we will use the pi zero to drive the speakers for treatment
This commit is contained in:
parent
b992358fd6
commit
48051e5d76
|
@ -1,9 +1,10 @@
|
|||
// +build pi3
|
||||
//go:build pi
|
||||
// +build pi
|
||||
|
||||
/*
|
||||
DESCRIPTION
|
||||
pi3.go defines an initialisation function for use when running on the
|
||||
Raspberry Pi 3.
|
||||
pi.go defines an initialisation function for use when running on
|
||||
a Raspberry Pi.
|
||||
|
||||
AUTHORS
|
||||
Ella Pietraroia <ella@ausocean.org>
|
Loading…
Reference in New Issue