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

Compilation error with Altimu10 #32

Closed
grezco opened this issue Aug 16, 2015 · 1 comment
Closed

Compilation error with Altimu10 #32

grezco opened this issue Aug 16, 2015 · 1 comment

Comments

@grezco
Copy link

grezco commented Aug 16, 2015

Hello Mike,

I have a compilation error with the use of AltIMU10 in FreeIMU.h (FreeIMU_raw sketch)

...\Arduino\libraries\FreeIMU\FreeIMU.cpp: In member function 'void FreeIMU::init0(bool)':
...\Arduino\libraries\FreeIMU\FreeIMU.cpp:733:2: error: expected ';' before 'compass'
compass.init();

Have you an idea of the problem ?

@mjs513
Copy link
Owner

mjs513 commented Aug 16, 2015

Just did a compile and found that there is a missing semi-colon at line 733 in the FreeIMU.cpp file. Line should read:

    gyro_sensitivity = 70.0f;

Just pushed the correction to Github.

Mike

@grezco grezco closed this as completed Aug 17, 2015
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

2 participants