forked from Imagelibrary/rtems
clockdrv_shell.h: Fix warning
This commit is contained in:
@@ -85,7 +85,7 @@ rtems_isr Clock_isr(
|
|||||||
} while (
|
} while (
|
||||||
_Thread_Heir == _Thread_Executing
|
_Thread_Heir == _Thread_Executing
|
||||||
&& _Thread_Executing->Start.entry_point
|
&& _Thread_Executing->Start.entry_point
|
||||||
== rtems_configuration_get_idle_task()
|
== (Thread_Entry) rtems_configuration_get_idle_task()
|
||||||
);
|
);
|
||||||
|
|
||||||
Clock_driver_support_at_tick();
|
Clock_driver_support_at_tick();
|
||||||
|
|||||||
Reference in New Issue
Block a user