solo/util.h
2018-04-28 13:40:28 -04:00

8 lines
82 B
C

#ifndef _UTIL_H
#define _UTIL_H
void dump_hex(uint8_t * buf, int size);
#endif