Added function sys_restart_timeouts() from patch #7085 (Restart system timeout handling)

This commit is contained in:
goldsimon
2010-02-09 17:49:20 +00:00
parent a668a4e4d1
commit 27c1c7a0f7
3 changed files with 16 additions and 0 deletions

View File

@@ -19,6 +19,10 @@ HISTORY
++ New features:
2010-02-09: Simon Goldschmidt (Simon Kallweit)
* timers.c/.h: Added function sys_restart_timeouts() from patch #7085
(Restart system timeout handling)
2010-02-09: Simon Goldschmidt
* netif.c/.h, removed loopif.c/.h: task #10153 (Integrate loopif into
netif.c) - loopif does not have to be created by the port any more,