Tiny error in config.h

This forum is dedicated to software development related to MultiWii.
It is not the right place to submit a setup problem.
Software download
Post Reply
Katch
Posts: 280
Joined: Thu Aug 04, 2011 1:44 pm

Tiny error in config.h

Post by Katch »

It's the smallest error ever but in the interest of correctness.

Code: Select all

//#define FREEIMUv035_MS  // FreeIMU v0.3.5_MS
//#define FREEIMUv035_BMP // FreeIMU v0.3.5_MS


should read

Code: Select all

//#define FREEIMUv035_MS  // FreeIMU v0.3.5_MS
//#define FREEIMUv035_BMP // FreeIMU v0.3.5_BMP

Post Reply