Update README.md

fix an incomplete sentence.
This commit is contained in:
Judd 2020-01-29 21:37:52 +08:00 committed by GitHub
parent 59dfa21817
commit 89fb32d22a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ Here are the core requirements that a platform needs to run the framework:
- Global variable initialization. We do use a pattern of relying on global
variables being set before `main()` is run in some places, so you'll need to
make sure your compiler toolchain
make sure your compiler toolchain supports this.
And that's it! You may be wondering about some other common requirements that
are needed by a lot of non-embedded software, so here's a brief list of things