Commit 22f43a5e authored by Marcin Niestroj's avatar Marcin Niestroj Committed by Anas Nashif
Browse files

net: l2: ppp: drop unused PPP_TIMEOUT macro



This macro has no use in code and was most probably replaced by
FSM_TIMEOUT (which resolves to CONFIG_NET_L2_PPP_TIMEOUT) with the same
default value.

Signed-off-by: default avatarMarcin Niestroj <m.niestroj@grinn-global.com>
parent 221f1143
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -26,9 +26,6 @@ struct ppp_packet {
	uint16_t length;
} __packed;

/** Timeout in milliseconds */
#define PPP_TIMEOUT K_SECONDS(3)

/** Max Terminate-Request transmissions */
#define MAX_TERMINATE_REQ  CONFIG_NET_L2_PPP_MAX_TERMINATE_REQ_RETRANSMITS