Updating readme.

This commit is contained in:
Dominic Clifton 2014-10-15 14:33:27 +01:00
parent 30ddd177d9
commit 83e22cb5ad
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ Clean-code version of baseflight flight-controller - flight controllers are used
This fork differs from baseflight in that it attempts to use modern software development practices which result in: This fork differs from baseflight in that it attempts to use modern software development practices which result in:
1. greater reliability through code robustness. 1. greater reliability through code robustness and automated testing.
2. easier maintainance through code cleanliness. 2. easier maintainance through code cleanliness.
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.