forked from Imagelibrary/rtems
bsp/arm: Avoid warning
This commit is contained in:
committed by
Sebastian Huber
parent
27545fcac8
commit
17864a4ae9
@@ -157,6 +157,7 @@ void do_data_abort(
|
||||
|
||||
/* disable interrupts, wait forever */
|
||||
rtems_interrupt_disable(level);
|
||||
(void)level;
|
||||
while(1) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user