rf-io: fixed small error

This commit is contained in:
schneider 2011-12-11 18:38:40 +01:00
parent bebae321e2
commit b2dc462ce7
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ void dump_encoded(int len, uint8_t *data)
} }
buf[j++] = data[i]; buf[j++] = data[i];
} }
CDC_WrInBuf(buf, j); CDC_WrInBuf((char*)buf, &j);
} }
void tick_schneider(void){ void tick_schneider(void){