Menu

#1 unable to compile ahrs.cpp

1.0
closed
None
2014-09-10
2014-09-10
Alessandro
No

maybe you need to change in ahrs.cpp row 29:

last_millis = millis();
with
last_micros = micros();

Regards.
Alessandro

Discussion

  • Samuel Cowen

    Samuel Cowen - 2014-09-10

    Ahhh, of course. Thanks for letting me know. I've fixed it now.

     
  • Samuel Cowen

    Samuel Cowen - 2014-09-10
    • status: open --> closed
     

Log in to post a comment.