Skip to content
Commit 222f37de authored by Andrew Boie's avatar Andrew Boie Committed by Andrew Boie
Browse files

tests: schedule_api: fix variable shadowing



The array of k_thread "t" was declared non-static in 2 different
C files. Make them static.

Semaphores only used in local C file now declared static.

Use of variable 't' in thread_tslice() no longer shadows global
definition.

Fixes build errors with XCC compiler.

Increase RAM requirement to 20K.

Signed-off-by: default avatarAndrew Boie <andrew.p.boie@intel.com>
parent 5305f36d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment