rpicopter / ArduinoMotionSensorExample

MPU6050/MPU6500/MPU9150/MPU9250 over I2c for Arduino
117 stars 43 forks source link

Makefile comment is # not // #8

Closed Georges760 closed 8 years ago

Georges760 commented 8 years ago

In your Makefile you do comment with // like in C, but the correct use is with #.

Georges760 commented 8 years ago

there are also some other change to do, i will fork and pull request you ;)