kernel: Re-order _static_thread_data initializer to match type
C++ compilers complain if the order of designated initializers doesn't
match the order of the members in the type. Re-order the initializers
for the _static_thread_data struct to match the new order of the type.
Signed-off-by:
Keith Packard <keithp@keithp.com>
Loading
Please sign in to comment