We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are a few headers in include/ that seem like they shouldn't be at the top level:
include/ec_host_cmd.h include/emul.h include/ptp_clock.h
include/ec_host_cmd.h
include/emul.h
include/ptp_clock.h
Should these files still live here are be moved under some sub-dir.
The text was updated successfully, but these errors were encountered:
@jukkar should ptp_clock.h be include/net/ptp_clock.h?
ptp_clock.h
include/net/ptp_clock.h
Sorry, something went wrong.
@sjg20 should emul.h be include/drivers/emul.h?
emul.h
include/drivers/emul.h
@sjg20 should ec_host_cmd.h be include/mgmt/ec_host_cmd.h?
ec_host_cmd.h
include/mgmt/ec_host_cmd.h
should ptp_clock.h be include/net/ptp_clock.h?
I would put that to include/drivers/ directory
include/drivers/
Yes that seems fine
Yes OK
nashif
jukkar
sjg20
carlescufi
No branches or pull requests
There are a few headers in include/ that seem like they shouldn't be at the top level:
include/ec_host_cmd.h
include/emul.h
include/ptp_clock.h
Should these files still live here are be moved under some sub-dir.
The text was updated successfully, but these errors were encountered: