Skip to content

Commit c546d4f

Browse files
author
Jarkko Paso
committed
WS: Fixed EU domain channel numbers in neighbor class
1 parent e20028a commit c546d4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/6LoWPAN/ws/ws_neighbor_class.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ static uint16_t ws_common_channel_number_calc(uint8_t regulatory_domain, uint8_t
109109
} else if (operating_class == 2) {
110110
return 35;
111111
} else if (operating_class == 3) {
112-
return 59;
112+
return 55;
113113
} else if (operating_class == 4) {
114-
return 30;
114+
return 27;
115115
} else {
116116
return 0;
117117
}

0 commit comments

Comments
 (0)