8 lines
82 B
C
8 lines
82 B
C
#ifndef _UTIL_H
|
|
#define _UTIL_H
|
|
|
|
|
|
void dump_hex(uint8_t * buf, int size);
|
|
|
|
#endif
|