Formatting error
This commit is contained in:
parent
e7fb5f001e
commit
c17dcc01bc
1 changed files with 3 additions and 3 deletions
|
@ -570,11 +570,11 @@ void RunRsp (usf_state_t * state) {
|
||||||
MI_INTR_REG |= 1;
|
MI_INTR_REG |= 1;
|
||||||
CheckInterrupts(state);
|
CheckInterrupts(state);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
#ifdef DEBUG_INFO
|
#ifdef DEBUG_INFO
|
||||||
fprintf(stderr, "\n");
|
fprintf(stderr, "\n");
|
||||||
#endif
|
#endif
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void TimerDone (usf_state_t * state) {
|
void TimerDone (usf_state_t * state) {
|
||||||
|
|
Loading…
Reference in a new issue