git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15632 27425a3e-05d8-49a3-a47f-9c15f0e5edd8

This commit is contained in:
Giovanni Di Sirio 2022-05-19 13:31:56 +00:00
parent 891014a9ab
commit 1760aae282
1 changed files with 1 additions and 1 deletions

View File

@ -848,7 +848,7 @@ static inline void sbSleepMicroseconds(time_usecs_t usecs) {
*
* @api
*/
static inline void __sb_vrq_setwt(void) {
static inline void __sb_vrq_wait(void) {
__syscall0(247);
}