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
|
DESCRIPTION
|
||||||
pi3.go defines an initialisation function for use when running on the
|
pi.go defines an initialisation function for use when running on
|
||||||
Raspberry Pi 3.
|
a Raspberry Pi.
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
Ella Pietraroia <ella@ausocean.org>
|
Ella Pietraroia <ella@ausocean.org>
|
Loading…
Reference in New Issue