mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-04 23:17:47 +00:00
examples: lora/lorawan add needed build tags for lgt92/featherwing
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
//go:build !featherwing && !stm32wlx && !sx126x
|
||||
//go:build !featherwing && !lgt92 && !stm32wlx && !sx126x
|
||||
|
||||
package common
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//go:build featherwing
|
||||
//go:build featherwing || lgt92
|
||||
|
||||
package common
|
||||
|
||||
|
||||
Reference in New Issue
Block a user