While browsing through foreign code I came across this:
for(i = 0; i < len; i++,j)
Can anybody tell me what the "j" does here? I guess it's something simple, but I don't understand the meaning. "j" is declared as a uint16_t and initialized with 0.