Skip to content
Snippets Groups Projects
Commit 83b4a6b8 authored by Brad King's avatar Brad King
Browse files

Process: Fix conversion warning in testProcess.c

Store and pass the interruptDelay parameter as 'unsigned int' so
it does not have to be converted to pass to testProcess_sleep.
Otherwise some compilers warn about the signed->unsigned conversion.

Change-Id: I1edf6dbc852231834a5de82c5b14f84ac8018c1f
parent 52874e6a
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment