mirror of
https://github.com/espressif/openthread.git
synced 2026-08-12 13:47:47 +00:00
Change API to require all calls be from the same context. (#78)
* Remove atomic driver and all uses of otPlatAtomic* in OpenThread. * Change posix example to only use a single thread of execution.
This commit is contained in:
+1
-1
@@ -80,7 +80,7 @@ public:
|
||||
private:
|
||||
enum
|
||||
{
|
||||
kMaxLineLength = 80,
|
||||
kMaxLineLength = 128,
|
||||
};
|
||||
|
||||
static void HandleUdpReceive(void *aContext, otMessage aMessage, const otMessageInfo *aMessageInfo);
|
||||
|
||||
Reference in New Issue
Block a user