From 0a32e985bf04b471787dd6cf953c93c1ee55d7c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Grome=C5=A1?= Date: Tue, 24 Jul 2018 09:46:35 +0200 Subject: [PATCH] Updated status codes for XBee --- src/TypeDef.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/TypeDef.h b/src/TypeDef.h index a0163d2b..3ee0b1bc 100644 --- a/src/TypeDef.h +++ b/src/TypeDef.h @@ -102,10 +102,9 @@ #define ERR_MQTT_SUBS_FAILED 0x80 // XBee status codes -#define ERR_AT_FAILED -301 -#define ERR_CMD_MODE_FAILED -302 -#define ERR_FRAME_MALFORMED -303 -#define ERR_FRAME_INCORRECT_CHECKSUM -304 -#define ERR_FRAME_UNEXPECTED_ID -305 +#define ERR_CMD_MODE_FAILED -301 +#define ERR_FRAME_MALFORMED -302 +#define ERR_FRAME_INCORRECT_CHECKSUM -303 +#define ERR_FRAME_UNEXPECTED_ID -304 #endif