docs: fix simple typo, onece -> once

There is a small typo in demos/os/rtthread/stm32f4xx/RT-Thread-1.2.2/components/drivers/include/drivers/alarm.h.

Should read `once` rather than `onece`.
pull/40/head
Tim Gates 5 years ago
parent f1244876cd
commit 4997d9ca7a
No known key found for this signature in database
GPG Key ID: AE3BE0D53823CF05

@ -31,7 +31,7 @@
to now.we also call it "don't care" value */
/* alarm flags */
#define RT_ALARM_ONESHOT 0x000 /* only alarm onece */
#define RT_ALARM_ONESHOT 0x000 /* only alarm once */
#define RT_ALARM_DAILY 0x100 /* alarm everyday */
#define RT_ALARM_WEEKLY 0x200 /* alarm weekly at Monday or Friday etc. */
#define RT_ALARM_MONTHLY 0x400 /* alarm monthly at someday */

Loading…
Cancel
Save