1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 20:35:33 +03:00

Fix typo in readme.

This commit is contained in:
Dominic Clifton 2014-04-21 20:50:09 +01:00
parent 05cce3a87b
commit dab04de35e

View file

@ -10,7 +10,7 @@ This fork differs from baseflight in that it attempts to use modern software dev
3. easier to develop new features. 3. easier to develop new features.
4. easier to re-use code though code de-coupling and modularisation. 4. easier to re-use code though code de-coupling and modularisation.
The MultiWii software, from which baseflight originated, violates many good software development best-practices. Hopefully this fork will go some way to address them. If you see any bad code in this fork please immediate raise an issue so it can be fixed, or better yet submit a pull request. The MultiWii software, from which baseflight originated, violates many good software development best-practices. Hopefully this fork will go some way to address them. If you see any bad code in this fork please immediately raise an issue so it can be fixed, or better yet submit a pull request.
Contributing Contributing
============ ============