mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-18 09:08:33 -04:00
Add faster version code.
This commit is contained in:
parent
f7a168e184
commit
31606543da
7 changed files with 2060 additions and 1685 deletions
|
@ -1631,6 +1631,10 @@ u16_t uip_tcpchksum(void);
|
|||
*/
|
||||
u16_t uip_udpchksum(void);
|
||||
|
||||
/**
|
||||
* Work out the fasted way of sending the data to the low level driver.
|
||||
*/
|
||||
int uip_fast_send( int xARP );
|
||||
|
||||
#endif /* __UIP_H__ */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue