We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4fc3f9 commit c4d81f4Copy full SHA for c4d81f4
source/6LoWPAN/ws/ws_neighbor_class.h
@@ -147,7 +147,7 @@ uint8_t ws_neighbor_class_rssi_from_dbm_calculate(int8_t dbm_heard);
147
*
148
*/
149
#define ws_neighbor_class_rsl_in_get(ws_neighbour) (ws_neighbour->rsl_in >> WS_RSL_SCALING)
150
-#define ws_neighbor_class_rsl_out_get(ws_neighbour) (ws_neighbour->rsl_in >> WS_RSL_SCALING)
+#define ws_neighbor_class_rsl_out_get(ws_neighbour) (ws_neighbour->rsl_out >> WS_RSL_SCALING)
151
152
/**
153
* ws_neighbor_class_neighbor_broadcast_schedule_set a function for update neighbor broadcast shedule information
0 commit comments