mirror of https://github.com/ARMmbed/mbed-os.git
removed whitespace in wfi test
parent
da07e277d7
commit
28dd5081ca
|
|
@ -14,7 +14,7 @@ int main(void)
|
|||
#endif
|
||||
int count = 0;
|
||||
while(1) {
|
||||
printf("%d\r\n", count++);
|
||||
printf("%d\r\n", count++);
|
||||
__WFI();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue