From 89fb32d22af66125b7b2fa1e71f7728bad168364 Mon Sep 17 00:00:00 2001 From: Judd Date: Wed, 29 Jan 2020 21:37:52 +0800 Subject: [PATCH] Update README.md fix an incomplete sentence. --- tensorflow/lite/micro/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/lite/micro/README.md b/tensorflow/lite/micro/README.md index ccf438ea385..c12c83b98b1 100644 --- a/tensorflow/lite/micro/README.md +++ b/tensorflow/lite/micro/README.md @@ -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