#ifndef __DEBUG_H__
#define __DEBUG_H__

#include "tz_log.h"

void hex_print_tag(char* tag, uint8_t *data, uint32_t len);
void hex_print_tag_debug(char* tag, uint8_t *data, uint32_t len);

#endif /* __DEBUG_H__ */
