removed whitespace in wfi test

pull/1424/head
Wojciech Gorniak 2015-11-13 14:21:58 +01:00
parent da07e277d7
commit 28dd5081ca
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ int main(void)
#endif
int count = 0;
while(1) {
printf("%d\r\n", count++);
printf("%d\r\n", count++);
__WFI();
}
}