diff options
Diffstat (limited to 'src/include/sleep.h')
-rw-r--r-- | src/include/sleep.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/sleep.h b/src/include/sleep.h index 51c4ac5d0..c718bb4ba 100644 --- a/src/include/sleep.h +++ b/src/include/sleep.h @@ -31,6 +31,9 @@ extern "C" { #ifdef CH_USE_SLEEP
void chThdSleep(systime_t time);
#endif /* CH_USE_SLEEP */
+#ifdef CH_USE_SYSTEMTIME
+bool_t chSysInTimeWindow(systime_t start, systime_t end);
+#endif /* CH_USE_SYSTEMTIME */
#ifdef __cplusplus
}
#endif
|