Skip to content

Commit

Permalink
[BLE] Remove unused const
Browse files Browse the repository at this point in the history
  • Loading branch information
deXol committed Nov 16, 2019
1 parent 8e947b0 commit f95844e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Common.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
#define CMD_MAX_RETRY 3 //retry sending command before dropping
#define CMD_DEFAULT_TIMEOUT 0xFFAAFFAA
#define CMD_DEFAULT_TIMEOUT_VAL 3000 //3seconds default timeout
#define CMD_LONG_MSG_TIMEOUT 2000

//Data node header size. It contains the size of data in 4 bytes Big endian
#define MP_DATA_HEADER_SIZE 4
Expand Down

0 comments on commit f95844e

Please sign in to comment.