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

Missing defines in WaspSensorCities_PRO.h #39

Open
rfontagne opened this issue Aug 8, 2019 · 0 comments
Open

Missing defines in WaspSensorCities_PRO.h #39

rfontagne opened this issue Aug 8, 2019 · 0 comments

Comments

@rfontagne
Copy link

In case when WaspSensorCities_PRO.h file is called from multiple files, some classes in this file do not respect the classic protection such as:
#ifndef CLASSNAME_H
#define CLASSNAME_H
...
#endif

The line with #define CLASSNAME_H is missing for classes noiseSensor (line 121), bmeCitiesSensor (line 158), ultrasoundCitiesSensor (line 187) and luxesCitiesSensor (line 213)

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