added const for the uip_buf pointer for more efficient and smaller uip code and fixed same construct for the sicslowpan code
This commit is contained in:
parent
e4187b2fc8
commit
cd5dfa9692
4 changed files with 12 additions and 12 deletions
|
@ -47,7 +47,7 @@
|
|||
*
|
||||
* This file is part of the uIP TCP/IP stack.
|
||||
*
|
||||
* $Id: uip.h,v 1.30 2010/05/04 09:19:41 joxe Exp $
|
||||
* $Id: uip.h,v 1.31 2010/05/05 13:07:45 joxe Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -476,8 +476,7 @@ void uip_reass_over(void);
|
|||
}
|
||||
\endcode
|
||||
*/
|
||||
CCIF extern uint8_t *uip_buf;
|
||||
|
||||
CCIF extern uint8_t * const uip_buf;
|
||||
|
||||
|
||||
/** @} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue