mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-31 10:37:04 +08:00
clockdrv_shell.h: Fix warning
This commit is contained in:
@@ -85,7 +85,7 @@ rtems_isr Clock_isr(
|
||||
} while (
|
||||
_Thread_Heir == _Thread_Executing
|
||||
&& _Thread_Executing->Start.entry_point
|
||||
== rtems_configuration_get_idle_task()
|
||||
== (Thread_Entry) rtems_configuration_get_idle_task()
|
||||
);
|
||||
|
||||
Clock_driver_support_at_tick();
|
||||
|
||||
Reference in New Issue
Block a user