Skip to content

Commit

Permalink
ninafw: rename to ninafw to make a little clearer what this is all for
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Dec 28, 2023
1 parent 3907ae5 commit cf57477
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion adapter_nina.go → adapter_ninafw.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build nina || nano_rp2040 || arduino_nano33
//go:build ninafw

package bluetooth

Expand Down
2 changes: 1 addition & 1 deletion att_nina.go → att_ninafw.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build nina || nano_rp2040 || arduino_nano33
//go:build ninafw

package bluetooth

Expand Down
2 changes: 1 addition & 1 deletion gap_nina.go → gap_ninafw.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build nina || nano_rp2040 || arduino_nano33
//go:build ninafw

package bluetooth

Expand Down
2 changes: 1 addition & 1 deletion gattc_nina.go → gattc_ninafw.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build nina || nano_rp2040 || arduino_nano33
//go:build ninafw

package bluetooth

Expand Down
2 changes: 1 addition & 1 deletion gatts_nina.go → gatts_ninafw.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build nina || nano_rp2040 || arduino_nano33
//go:build ninafw

package bluetooth

Expand Down
2 changes: 1 addition & 1 deletion hci_nina.go → hci_ninafw.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build nina || nano_rp2040 || arduino_nano33
//go:build ninafw

package bluetooth

Expand Down
2 changes: 1 addition & 1 deletion uuid_nina.go → uuid_ninafw.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build nina || nano_rp2040 || arduino_nano33
//go:build ninafw

package bluetooth

Expand Down

0 comments on commit cf57477

Please sign in to comment.