added doc for switchSystemContext
This commit is contained in:
parent
f8614e23a8
commit
41c0ca6c52
@ -70,6 +70,11 @@ public:
|
|||||||
*/
|
*/
|
||||||
virtual ~MessageQueue();
|
virtual ~MessageQueue();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This function is used to switch the call context. This has to be called
|
||||||
|
* if a message is sent or received from an ISR!
|
||||||
|
* @param callContext
|
||||||
|
*/
|
||||||
void switchSystemContext(CallContext callContext);
|
void switchSystemContext(CallContext callContext);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user