12345678910111213141516171819202122232425262728 |
- #ifndef ZEPHYR_INCLUDE_ZEPHYR_MCUMGR_GRP_H_
- #define ZEPHYR_INCLUDE_ZEPHYR_MCUMGR_GRP_H_
- #include <kernel.h>
- #ifdef __cplusplus
- extern "C" {
- #endif
- #define ZEPHYR_MGMT_GRP_BASE (MGMT_GROUP_ID_PERUSER - 1)
- #define ZEPHYR_MGMT_GRP_BASIC ZEPHYR_MGMT_GRP_BASE
- #define ZEPHYR_MGMT_GRP_BASIC_CMD_ERASE_STORAGE 0
- #ifdef __cplusplus
- }
- #endif
- #endif
|