prototooth/adapter_s140.go
2020-03-06 14:24:50 +01:00

11 lines
218 B
Go

// +build softdevice,s140v7
package bluetooth
/*
// Add the correct SoftDevice include path to CFLAGS, so #include will work as
// expected.
#cgo CFLAGS: -Is140_nrf52_7.0.1/s140_nrf52_7.0.1_API/include
*/
import "C"