From 3ed2badca49b8c7e636d8f8c40f532a7d3a7ba29 Mon Sep 17 00:00:00 2001 From: Jordan Augé Date: Tue, 16 Apr 2019 14:39:50 +0200 Subject: [HICN-177] Provide helpers to send, receive and process control messages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I5f7270568eaf24858346edebc638cf51e28cc5ad Signed-off-by: Jordan Augé --- hicn-light/src/hicn/utils/commands.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hicn-light/src/hicn/utils/commands.h') diff --git a/hicn-light/src/hicn/utils/commands.h b/hicn-light/src/hicn/utils/commands.h index 9527e5064..802e6bfa6 100644 --- a/hicn-light/src/hicn/utils/commands.h +++ b/hicn-light/src/hicn/utils/commands.h @@ -40,7 +40,7 @@ union commandAddr { }; typedef enum { - REQUEST_LIGHT = 0xc0, // this is a command + REQUEST_LIGHT = 0xc0, // this is a command RESPONSE_LIGHT, ACK_LIGHT, NACK_LIGHT, -- cgit 1.2.3-korg