Skip to content

Commit

Permalink
firmata: exclude ble adaptor from build on Windows
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Nov 27, 2020
1 parent 94cdcfb commit 17cadb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platforms/firmata/ble_firmata_adaptor.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// build !windows
// +build !windows

package firmata

Expand Down
2 changes: 1 addition & 1 deletion platforms/firmata/ble_firmata_adaptor_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// build !windows
// +build !windows

package firmata

Expand Down

0 comments on commit 17cadb6

Please sign in to comment.