Skip to content

Commit f33d163

Browse files
author
Jarkko Paso
committed
WS: Removed backward compatibility defines
1 parent 9c88a7f commit f33d163

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

nanostack/fhss_config.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ extern "C" {
2929
#endif
3030

3131
#include "fhss_ws_extension.h"
32-
// Just to make the PR work. Will be removed when Application updated.
33-
#define ws_channel_function ws_uc_channel_function
3432

3533
/**
3634
* @brief WS channel functions.

nanostack/ws_management_api.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@
3131
#include "ns_types.h"
3232
#include "net_interface.h" /* Declaration for channel_list_s. */
3333

34-
// TODO: Remove when application updated
35-
#define DEFAULT_FIXED_CHANNEL 11
36-
#define DEFAULT_DWELL_TIME 250
37-
#define ws_management_fhss_channel_function_configure(x,y) ws_management_fhss_unicast_channel_function_configure(x,y,DEFAULT_FIXED_CHANNEL,DEFAULT_DWELL_TIME)
38-
3934
#ifdef __cplusplus
4035
extern "C" {
4136
#endif

0 commit comments

Comments
 (0)