Merge branch 'master' of git.sv.gnu.org:/srv/git/lwip

This commit is contained in:
goldsimon
2011-11-24 07:47:40 +01:00
2 changed files with 6 additions and 0 deletions

View File

@@ -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 */