git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6085 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
04601b760b
commit
ec7cf10fcd
|
@ -316,6 +316,7 @@ static inline void osalSysUnlockFromISR(void) {
|
|||
chSysUnlockFromISR();
|
||||
}
|
||||
|
||||
#if CH_PORT_SUPPORTS_RT || defined(__DOXYGEN__)
|
||||
/**
|
||||
* @brief Polled delay.
|
||||
* @note The real delay is always few cycles in excess of the specified
|
||||
|
@ -329,6 +330,7 @@ static inline void osalSysPolledDelayX(rtcnt_t cycles) {
|
|||
|
||||
chSysPolledDelayX(cycles);
|
||||
}
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @brief Systick callback for the underlying OS.
|
||||
|
|
|
@ -246,7 +246,6 @@ void chSysRestoreLockX(syssts_t sts) {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
#if CH_PORT_SUPPORTS_RT || defined(__DOXYGEN__)
|
||||
/**
|
||||
* @brief Realtime window test.
|
||||
|
|
Loading…
Reference in New Issue