usbtest/src/util.h

9 lines
150 B
C

#ifndef DHT_TEST_UTIL_H
#define DHT_TEST_UTIL_H
#include <stdint.h>
void hexdump(char *buf, size_t size, uint32_t width);
#endif //DHT_TEST_UTIL_H