//-----------------------------------------------------------------------------
#include <stdio.h>
+#include <string.h>
#include "proxusb.h"
#include "ui.h"
#include "graph.h"
int parity[4];
char id[11];
int retested = 0;
- int BitStream[MAX_GRAPH_TRACE_LEN];
+ uint8_t BitStream[MAX_GRAPH_TRACE_LEN];
high = low = 0;
/* Detect high and lows and clock */