Use more logical values for AMCD_{IN,IN_OUT,OUT}

This commit is contained in:
Pierre Pronchery 2020-04-14 13:03:38 +02:00
parent cbc93775d5
commit 06e16fbad6

View File

@ -41,7 +41,7 @@ typedef uint32_t AppMessageID;
/* calls */
typedef enum _AppMessageCallDirection
{
AMCD_IN = 0,
AMCD_IN = 1,
AMCD_OUT,
AMCD_IN_OUT
} AppMessageCallDirection;