Skip to content
Commit d661eb76 authored by Emil Gydesen's avatar Emil Gydesen Committed by Jukka Rissanen
Browse files

net: tcp2: Fixed IS_ENABLED check for NET_TCP_MAX_SEND_WINDOW_SIZE



The #if statement used IS_ENABLED to check if it was defined.
IS_ENABLED will only return true if the value is 1, and false otherwise.
If the NET_TCP_MAX_SEND_WINDOW_SIZE value would be e.g. 8, then the
check would fail.

Signed-off-by: default avatarEmil Gydesen <emil.gydesen@nordicsemi.no>
parent 408a6cef
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment