Small aestethic change in usart.c

This commit is contained in:
Christina Quast 2015-01-15 14:39:47 +01:00
parent f03396802a
commit 30376f616a
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ int main() {
i = i+1; i = i+1;
if ((i%500000) == 0) { if ((i%500000) == 0) {
switch(state) { switch(state) {
case 0: case 0:
PIO_Set(&statusled); PIO_Set(&statusled);
state=1; state=1;