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:
trekhopton 2024-04-10 15:26:13 +09:30
parent b992358fd6
commit 48051e5d76
1 changed files with 4 additions and 3 deletions

View File

@ -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>