From 53a55f6a60e728f6d7e6ff296741cf1c7600a976 Mon Sep 17 00:00:00 2001 From: JF Date: Sat, 31 Oct 2020 15:56:08 +0100 Subject: [PATCH] Fix typo in README: the value of CONFIG_CHIP_NAME must be "BL602" instead of "bl602" --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d4e9c59b..74c78665 100755 --- a/README.rst +++ b/README.rst @@ -18,7 +18,7 @@ In order to build one of the sample apps, you need to set a few environment variables:: export BL60X_SDK_PATH=/path/to/this/repo - export CONFIG_CHIP_NAME=bl602 + export CONFIG_CHIP_NAME=BL602 Then go to the sample directory of interest and call `make`, for example::