Potential missing semicolon or {} after while statement in startup.c

shawn

Well-known member
I just filed this:

There's a potential missing semicolon or while loop body in startup.c. Unless the SRC_GPR5 = 0x0BAD00F1; statement is meant to be inside the loop, which I don't think it is.
 
This seems to be an interesting case where, yes, it appears there should have been a semicolon but it is of no actual importance that there wasn't. I don't see any harm in the code as-is but also it seems incorrect. What an odd situation!
 
Back
Top