cleaned up

This commit is contained in:
Markus Fröschle
2013-12-15 07:04:54 +00:00
parent 060dcbfed3
commit 0cf42dbbf9
4 changed files with 255 additions and 59 deletions

View File

@@ -30,6 +30,7 @@ static int cc_to_error[16] = {
/* Not Access */ -1
};
#ifdef DEBUG
static const char *cc_to_string[16] = {
"No Error",
"CRC: Last data packet from endpoint contained a CRC error.",
@@ -61,6 +62,7 @@ static const char *cc_to_string[16] = {
"NOT ACCESSED:\r\nThis code is set by software before the TD is placed\r\n" \
"on a list to be processed by the HC.(2)",
};
#endif /* DEBUG */
/* ED States */