9 строки
110 Б
Go
9 строки
110 Б
Go
//go:build nrf && !softdevice
|
|
|
|
package runtime
|
|
|
|
import "device/arm"
|
|
|
|
func waitForEvents() {
|
|
arm.Asm("wfe")
|
|
}
|