nox771 / i2c_t3

Enhanced I2C library for Teensy 3.x devices
156 stars 44 forks source link

Squash warning from clang #2

Closed expipiplus1 closed 9 years ago

expipiplus1 commented 9 years ago

Clang warns about the empty statement following a while loop. This can be fixed by either putting a line break before the semicolon or using an empty compound statement.

nox771 commented 9 years ago

Got it. Thanks.