Skip to content

Commit cfbe6c4

Browse files
soypatdeadprogram
authored andcommitted
add rp2350 tags to avoid language server detecting issues in project
1 parent a2beb99 commit cfbe6c4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

rp2-pio/examples/rxfifoput/rxfifoput.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build rp2350
2+
13
package main
24

35
import (

rp2-pio/examples/rxfifoputget/rxfifoputget.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build rp2350
2+
13
package main
24

35
import (

0 commit comments

Comments
 (0)