Fork for fixes
utility/uip_debug.h
- Committer:
- ivo_n
- Date:
- 2020-09-26
- Revision:
- 22:a0b1d0e6d237
- Parent:
- 8:4acb22344932
File content as of revision 22:a0b1d0e6d237:
#ifndef UIP_DEBUG_H #define UIP_DEBUG_H extern "C" { #import "utility/uip.h" } class UIPDebug { public: static void uip_debug_printconns(void); static bool uip_debug_printcon(struct uip_conn* lhs, struct uip_conn* rhs); static void uip_debug_printbytes(const uint8_t* data, uint8_t len); }; #endif