Commit da758284 authored by Jonas Spinner's avatar Jonas Spinner Committed by Henrik Brix Andersen
Browse files

net: gptp: fix clock accuracy description



Previously, the Kconfig option `NET_GPTP_CLOCK_ACCURACY_2_5MS` had a
incorrect description "1.5ms".

Signed-off-by: default avatarJonas Spinner <jonas.spinner@burkert.com>
parent 9cc01806
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ config NET_GPTP_CLOCK_ACCURACY_1MS
	bool "1ms"

config NET_GPTP_CLOCK_ACCURACY_2_5MS
	bool "1.5ms"
	bool "2.5ms"

config NET_GPTP_CLOCK_ACCURACY_10MS
	bool "10ms"