correct define number

This commit is contained in:
Joris Vink 2018-12-22 10:22:59 +01:00
parent a868ff2b25
commit 4d184e00de
1 changed files with 1 additions and 1 deletions

View File

@ -490,7 +490,7 @@ struct kore_timer {
#define KORE_MSG_KEYMGR_REQ 2
#define KORE_MSG_KEYMGR_RESP 3
#define KORE_MSG_SHUTDOWN 4
#define KORE_MSG_ENTROPY_REQ 4
#define KORE_MSG_ENTROPY_REQ 5
#define KORE_MSG_ENTROPY_RESP 6
#define KORE_MSG_CERTIFICATE 7
#define KORE_MSG_CERTIFICATE_REQ 8