hrm/hrm/os_others.go

12 lines
137 B
Go
Raw Permalink Normal View History

2020-09-05 14:24:06 -04:00
//+build !android
package main
import (
"gioui.org/io/event"
"git.wow.st/gmp/ble"
)
func handleEvent(e event.Event, b *ble.BLE) {
}