Make sure that there is one space between while and condition
This commit is contained in:
parent
eee82879cb
commit
33d5d24964
@ -130,6 +130,7 @@ static inline void pic32mx_waitstates(void)
|
||||
nwaits++;
|
||||
residual -= MAX_FLASH_HZ;
|
||||
}
|
||||
|
||||
DEBUGASSERT(nwaits < 8);
|
||||
|
||||
/* Set the FLASH wait states -- clearing all other bits! */
|
||||
|
@ -151,7 +151,8 @@ void rtos_stop_running(void)
|
||||
|
||||
nuttx_arch_exit();
|
||||
|
||||
while(1) {
|
||||
while (1)
|
||||
{
|
||||
arch_hlt();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user