Skip to content

Commit

Permalink
Add test API empty function
Browse files Browse the repository at this point in the history
ws_test_version_set empty function added
  • Loading branch information
Mika Tervonen authored and Mika Tervonen committed Aug 18, 2021
1 parent 37efc7e commit fc4f41f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions source/6LoWPAN/ws/ws_empty_functions.c
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,12 @@ int ws_management_timing_parameters_validate(
}

/* ### test api ### */
int ws_test_version_set(int8_t interface_id, uint8_t version)
{
(void) interface_id;
(void) version;
return -1;
}
int ws_test_pan_size_set(int8_t interface_id, uint16_t pan_size)
{
(void) interface_id;
Expand Down

0 comments on commit fc4f41f

Please sign in to comment.