mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-06-01 07:23:49 +08:00
fixed bug #34884: sys_msleep() body needs to be surrounded with '#ifndef sys_msleep'
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
|
||||
#if !NO_SYS
|
||||
|
||||
#ifndef sys_msleep
|
||||
/**
|
||||
* Sleep for some ms. Timeouts are NOT processed while sleeping.
|
||||
*
|
||||
@@ -62,5 +63,6 @@ sys_msleep(u32_t ms)
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif /* sys_msleep */
|
||||
|
||||
#endif /* !NO_SYS */
|
||||
|
||||
Reference in New Issue
Block a user