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

Error on MPU9250_MS5637_BasicAHRS2_ESP8266.ino #3

Open
u199 opened this issue Mar 23, 2018 · 0 comments
Open

Error on MPU9250_MS5637_BasicAHRS2_ESP8266.ino #3

u199 opened this issue Mar 23, 2018 · 0 comments

Comments

@u199
Copy link

u199 commented Mar 23, 2018

Hi!
I found the problem in the sketch MPU9250_MS5637_BasicAHRS2_ESP8266.ino. In line 284:
uint32_t D1 = 0, D2 = 0;
An error occurs:
error: conflicting declaration 'uint32_t D1'
error: conflicting declaration 'uint32_t D2'
For correct operation, it is necessary to declare other names of the variables D1 and D2, for example, _D1 and _D2.

Thaks for your works!

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