cw_in_generic_struct works - see cisco ap time sync

FossilOrigin-Name: 3a33d8a0104938c2274c1c28dc284e50a3df308452e9147c704de9af2a1f9e69
This commit is contained in:
7u83@mail.ru
2018-03-25 22:00:21 +00:00
parent 5e86c52446
commit 4cedc04193
8 changed files with 51 additions and 10 deletions

View File

@ -1,7 +1,7 @@
#include "ktv.h"
#include "dbg.h"
int cw_ktv_read_struct(mavl_t ktv,cw_KTVStruct_t * stru, const char *pkey,
int cw_ktv_read_struct(mavl_t ktv,const cw_KTVStruct_t * stru, const char *pkey,
uint8_t * data, int len)
{
char key[CW_KTV_MAX_KEY_LEN];