Skip to content

Commit 4f2fa53

Browse files
committed
Thread: minor space optimisation
1 parent 2c4e590 commit 4f2fa53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rtos/Thread.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,10 +271,10 @@ class Thread : private mbed::NonCopyable<Thread> {
271271
osThreadId_t _tid;
272272
osThreadAttr_t _attr;
273273
bool _dynamic_stack;
274+
bool _finished;
274275
Semaphore _join_sem;
275276
mutable Mutex _mutex;
276277
mbed_rtos_storage_thread_t _obj_mem;
277-
bool _finished;
278278
};
279279
/** @}*/
280280
/** @}*/

0 commit comments

Comments
 (0)