[hal] Correct documentation on updateNotifierAlarm (#4156)

The previous documentation suggested that `triggerTime` is the interval until the next alarm, but the implementation is that it is the absolute alarm time.
This commit is contained in:
bovlb
2022-04-26 21:53:30 -07:00
committed by GitHub
parent d926dd1610
commit a06b3f0307

View File

@@ -52,7 +52,7 @@ public class NotifierJNI extends JNIWrapper {
public static native void cleanNotifier(int notifierHandle);
/**
* Sets the notifier to wakeup the waiter in another triggerTime microseconds.
* Sets the notifier to wake up the waiter at triggerTime microseconds.
*
* @param notifierHandle Notifier handle.
* @param triggerTime Trigger time in microseconds.