FossilOrigin-Name: 968d10c26f0cd7ba32e00b75d6af37d689aade5c2098caa9e2113bc3df285fb1
This commit is contained in:
7u83@mail.ru
2015-04-14 05:42:23 +00:00
parent 2adfefefaa
commit 3c831ae8b1
22 changed files with 288 additions and 90 deletions

View File

@ -19,6 +19,8 @@
/**
*@file
*@brief Implements lw_checksum.
*@addtogroup LWAPPFunctions
*@{
*/
#include "lwapp.h"
@ -50,3 +52,8 @@ uint16_t lw_checksum(uint8_t * d, int len)
return (~sum) & 0xffff;
}
/**
*@}
*/