Skip to content
Commit bc3748ce authored by Tomas Choat's avatar Tomas Choat Committed by Benjamin Cabé
Browse files

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: default avatarTomas Choat <trc@ixys.no>
parent 75417420
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment