chore: bump periph.io dependencies
This commit is contained in:
13
vendor/periph.io/x/d2xx/d2xx_linux_arm64.go
generated
vendored
Normal file
13
vendor/periph.io/x/d2xx/d2xx_linux_arm64.go
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
// Copyright 2021 The Periph Authors. All rights reserved.
|
||||
// Use of this source code is governed under the Apache License, Version 2.0
|
||||
// that can be found in the LICENSE file.
|
||||
|
||||
// +build cgo
|
||||
// +build !no_d2xx
|
||||
|
||||
package d2xx
|
||||
|
||||
/*
|
||||
#cgo LDFLAGS: ${SRCDIR}/third_party/libftd2xx_linux_arm64_v1.4.24.a
|
||||
*/
|
||||
import "C"
|
||||
Reference in New Issue
Block a user