mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-17 21:23:58 +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
|
package common
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
//go:build featherwing
|
//go:build featherwing || lgt92
|
||||||
|
|
||||||
package common
|
package common
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user