convert c++-style comments

This commit is contained in:
Ryan Pavlik
2011-09-14 10:16:13 -05:00
parent c508e14935
commit 7dec48c44f
2 changed files with 8 additions and 8 deletions

View File

@@ -595,7 +595,7 @@ int wiiuse_write_data_cb(struct wiimote_t *wm, unsigned int addr, byte *data, by
req->len = len;
memcpy(req->data,data,req->len);
req->state = REQ_READY;
req->addr = addr;//BIG_ENDIAN_LONG(addr);
req->addr = addr;/* BIG_ENDIAN_LONG(addr); */
req->next = NULL;
/* add this to the request list */
if (!wm->data_req) {