bluetooth/adapter_s110.go
2023-07-31 15:54:58 +02:00

11 lines
222 B
Go

//go:build softdevice && s110v8
package bluetooth
/*
// Add the correct SoftDevice include path to CFLAGS, so #include will work as
// expected.
#cgo CFLAGS: -Is110_nrf51_8.0.0/s110_nrf51_8.0.0_API/include
*/
import "C"