mirror of https://github.com/ARMmbed/mbed-os.git
Make variables that are private in ConditionVariable.h, protected Paritally reverts docs PR 8511
parent
395ad2877e
commit
4a14db53b2
|
@ -318,7 +318,6 @@ protected:
|
|||
bool in_list;
|
||||
};
|
||||
|
||||
private:
|
||||
static void _add_wait_list(Waiter **wait_list, Waiter *waiter);
|
||||
static void _remove_wait_list(Waiter **wait_list, Waiter *waiter);
|
||||
Mutex &_mutex;
|
||||
|
|
Loading…
Reference in New Issue