Skip to content
New issue

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

Issue with wrong name of the include guard in components/fwupdate/fwupdateDaemon/fwupdate_local.h #73

Open
jumd opened this issue Jan 30, 2023 · 0 comments

Comments

@jumd
Copy link

jumd commented Jan 30, 2023

I recognized an issue with the include guard here.

#ifndef LEGATO_ECALL_LOCAL_INCLUDE_GUARD
#define LEGATO_ECALL_LOCAL_INCLUDE_GUARD

I guess it should be named LEGATO_FWUPDATE_LOCAL_INCLUDE_GUARD as also the last line of this file says as comment.

Otherwise it may not be possible to include both components/fwupdate/fwupdateDaemon/fwupdate_local.h and components/modemServices/modemDaemon/le_ecall_local.h in same application.

Regards
Julian

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant