1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 21:05:35 +03:00

Fix little typo

This commit is contained in:
Juan González 2015-08-21 17:27:32 +02:00
parent d857f33490
commit d48a6d5e32

View file

@ -46,7 +46,7 @@ Note: Tests are written in C++ and linked with with firmware's C code.
### Running the tests.
The tests and test build system is very simple and based of the googletest example files, it will be improved in due course. From the root folder of the project simply do:
The tests and test build system is very simple and based off the googletest example files, it will be improved in due course. From the root folder of the project simply do:
```
make test