minimacplus/components/tme-esp32/hexdump.h
2017-09-28 22:42:10 +08:00

6 lines
87 B
C

#ifndef HEXDUMP_H
#define HEXDUMP_H
void hexdump(void *mem, unsigned int len);
#endif