CHG: moved to header filer

This commit is contained in:
iceman1001 2017-01-21 10:27:06 +01:00
commit e04f23fabf
2 changed files with 1 additions and 2 deletions

View file

@ -1,5 +1,4 @@
#include <tlv.h>
#include <stddef.h>
int decode_ber_tlv_item(uint8_t* data, tlvtag* returnedtag)
{

View file

@ -3,7 +3,7 @@
#include <stdint.h>
#include <string.h>
#include <stdint.h>
#include <stddef.h>
//structure buffer definitions
#define TAG_LENGTH 2