Place clock type values in the correct positon

Signed-off-by: Dale P. Smith  <dalepsmith@gmail.com>
master
Dale P. Smith 2013-06-27 21:23:04 -04:00 committed by Richard Cochran
parent fa41be7e6e
commit 6dedf8bc24
1 changed files with 5 additions and 5 deletions

10
tlv.h
View File

@ -183,11 +183,11 @@ struct time_status_np {
} PACKED;
enum clock_type {
CLOCK_TYPE_ORDINARY = 0x80,
CLOCK_TYPE_BOUNDARY = 0x40,
CLOCK_TYPE_P2P = 0x20,
CLOCK_TYPE_E2E = 0x10,
CLOCK_TYPE_MANAGEMENT = 0x08,
CLOCK_TYPE_ORDINARY = 0x8000,
CLOCK_TYPE_BOUNDARY = 0x4000,
CLOCK_TYPE_P2P = 0x2000,
CLOCK_TYPE_E2E = 0x1000,
CLOCK_TYPE_MANAGEMENT = 0x0800,
};
#define PROFILE_ID_LEN 6