From 3635bb96913e3eaa5a4673fa2fd0a58de0f8df3d Mon Sep 17 00:00:00 2001 From: Jonathan Hui Date: Fri, 24 Jun 2016 20:45:30 -0700 Subject: [PATCH] Remove redefinition of OT_NETWORK_NAME_SIZE. (#212) --- include/openthread-types.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/openthread-types.h b/include/openthread-types.h index a04903101..ab71d4ce3 100644 --- a/include/openthread-types.h +++ b/include/openthread-types.h @@ -183,8 +183,6 @@ typedef struct otActiveScanResult * */ -#define OT_NETWORK_NAME_SIZE 16 ///< Network name size (bytes). - /** * This structure represents an MLE Link Mode configuration. */