On 20.08.2018 15:42, Andreas Fritiofson (Code Review) wrote:
Line 66: while (!(*((volatile unsigned *)CMNSR) & TEND));
The style check complains that this empty while loop should look like this:
while (...)
;
This should be mentioned in the style guide. Really not intuitive...
Tom
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel