Skip to content

Commit

Permalink
Merge pull request eclipse-wakaama#343 from rbtchc/step_param
Browse files Browse the repository at this point in the history
Correct step CoRE Link param as "st"
  • Loading branch information
dnav committed Dec 7, 2017
2 parents b48e36d + 5799f3a commit 6727c27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/internals.h
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@
#define ATTR_GREATER_THAN_LEN 3
#define ATTR_LESS_THAN_STR "lt="
#define ATTR_LESS_THAN_LEN 3
#define ATTR_STEP_STR "stp="
#define ATTR_STEP_LEN 4
#define ATTR_STEP_STR "st="
#define ATTR_STEP_LEN 3
#define ATTR_DIMENSION_STR "dim="
#define ATTR_DIMENSION_LEN 4

Expand Down

0 comments on commit 6727c27

Please sign in to comment.