zephyr/subsys/net/lib/ptp
Tomas Choat bc3748ce60 net: lib: ptp: fix cpp compilation errors
Compilation errors in ptp library when using C++ compiler.
First error is due to 'class' keyword being reserved in C++
and 'class' is used as a variable name in ptp library.
Second error is due to a flexible array member in a struct
is not placed at the end.

Signed-off-by: Tomas Choat <trc@ixys.no>
2024-12-09 15:10:28 +01:00
..
btca.c net: lib: ptp: fix cpp compilation errors 2024-12-09 15:10:28 +01:00
btca.h
clock.c net: lib: ptp: fix cpp compilation errors 2024-12-09 15:10:28 +01:00
clock.h
CMakeLists.txt
ddt.h net: lib: ptp: fix cpp compilation errors 2024-12-09 15:10:28 +01:00
ds.h net: lib: ptp: fix cpp compilation errors 2024-12-09 15:10:28 +01:00
Kconfig
msg.c net: lib: ptp: fix follow up msg bug 2024-12-09 15:10:28 +01:00
msg.h
port.c
port.h
ptp.c
state_machine.c
state_machine.h
tlv.c
tlv.h
transport.c net: lib: ptp: Assert statements inverted 2024-12-09 15:10:28 +01:00
transport.h