aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/mesh_api.c')
-rw-r--r--src/mesh/mesh_api.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mesh/mesh_api.c b/src/mesh/mesh_api.c
index f1c9a78e5..ac1c3114e 100644
--- a/src/mesh/mesh_api.c
+++ b/src/mesh/mesh_api.c
@@ -21,7 +21,6 @@
21 * @author Bartlomiej Polot 21 * @author Bartlomiej Polot
22 * 22 *
23 * STRUCTURE: 23 * STRUCTURE:
24 * - CONSTANTS
25 * - DATA STRUCTURES 24 * - DATA STRUCTURES
26 * - DECLARATIONS 25 * - DECLARATIONS
27 * - AUXILIARY FUNCTIONS 26 * - AUXILIARY FUNCTIONS
@@ -44,15 +43,6 @@
44 43
45 44
46/******************************************************************************/ 45/******************************************************************************/
47/************************ CONSTANTS ****************************/
48/******************************************************************************/
49
50#define HIGH_PID 0xFFFF0000
51#define LOW_PID 0x0000FFFF
52
53#define PID_OVERFLOW(pid, max) (pid > HIGH_PID && max < LOW_PID)
54
55/******************************************************************************/
56/************************ DATA STRUCTURES ****************************/ 46/************************ DATA STRUCTURES ****************************/
57/******************************************************************************/ 47/******************************************************************************/
58 48