mirror of
https://github.com/espressif/openthread.git
synced 2026-07-28 22:57:47 +00:00
[message] allow heap usage when using non-thread commissioning (#9205)
Signed-off-by: Andrei Menzopol <[email protected]>
This commit is contained in:
@@ -51,10 +51,6 @@
|
||||
#error "OPENTHREAD_CONFIG_MESSAGE_USE_HEAP_ENABLE conflicts with OPENTHREAD_CONFIG_PLATFORM_MESSAGE_MANAGEMENT."
|
||||
#endif
|
||||
|
||||
#if OPENTHREAD_CONFIG_MESSAGE_USE_HEAP_ENABLE && !OPENTHREAD_CONFIG_DTLS_ENABLE
|
||||
#error "OPENTHREAD_CONFIG_MESSAGE_USE_HEAP_ENABLE is strongly discouraged when OPENTHREAD_CONFIG_DTLS_ENABLE is off."
|
||||
#endif
|
||||
|
||||
namespace ot {
|
||||
|
||||
RegisterLogModule("Message");
|
||||
|
||||
Reference in New Issue
Block a user