Whitespaces

ugfx_release_2.6
Joel Bodenmann 2014-11-28 18:42:04 +01:00
parent 181ba3807f
commit add06d8cb0
1 changed files with 3 additions and 3 deletions

View File

@ -96,7 +96,7 @@ int main(void)
*/
gtimerStart(&gt, timerCallback, (void*)&exitThread, FALSE, 2000);
while(TRUE) {
gfxSleepMilliseconds(500);
}
while(TRUE) {
gfxSleepMilliseconds(500);
}
}