score: Fix warning

Update #3059.
This commit is contained in:
Sebastian Huber
2017-07-18 14:38:33 +02:00
parent 07e178005a
commit 852d7059b6
+1 -1
View File
@@ -26,7 +26,7 @@ bool _Scheduler_Get_affinity(
{
const Scheduler_Control *scheduler;
ISR_lock_Context lock_context;
Processor_mask *affinity;
const Processor_mask *affinity;
Processor_mask_Copy_status status;
scheduler = _Thread_Scheduler_get_home( the_thread );