patch #6459: Made err_t overridable to use a more efficient type (define LWIP_ERR_T in cc.h)

This commit is contained in:
goldsimon
2008-06-17 20:27:31 +00:00
parent c93cfb2c74
commit 94cd14e90d
2 changed files with 12 additions and 1 deletions

View File

@@ -19,6 +19,10 @@ HISTORY
++ New features:
2008-06-17 Simon Goldschmidt
* err.h: patch #6459: Made err_t overridable to use a more efficient type
(define LWIP_ERR_T in cc.h)
2008-06-17 Simon Goldschmidt
* slipif.c: patch #6480: Added a configuration option for slipif for symmetry
to loopif