@@ -4,4 +4,7 @@
void dump_hex(uint8_t * buf, int size);
#define MIN(a,b) (((a) < (b)) ? (a) : (b))
#define MAX(a,b) (((a) > (b)) ? (a) : (b))
#endif
The note is not visible to the blocked user.