minimacplus/firmware/components/tme-esp32/hexdump.h
2018-02-04 15:03:38 +08:00

6 lines
87 B
C

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