Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: mesh_nvm.cpp
- Revision:
- 73:cea274cdbb5d
- Parent:
- 72:a7c594402382
- Child:
- 78:fc7a81fd524c
diff -r a7c594402382 -r cea274cdbb5d mesh_nvm.cpp --- a/mesh_nvm.cpp Fri Jan 19 08:15:09 2018 +0000 +++ b/mesh_nvm.cpp Mon Jan 22 13:00:07 2018 +0000 @@ -16,6 +16,8 @@ #include "mbed.h" +#define MESH_LOWPAN 1 +#define MESH_THREAD 2 /* At the moment, Thread builds using K64F support NVM */ #if MBED_CONF_APP_MESH_TYPE == MESH_THREAD && defined(TARGET_K64F)