Fix typo in README: the value of CONFIG_CHIP_NAME must be "BL602" instead of "bl602"

This commit is contained in:
JF 2020-10-31 15:56:08 +01:00
parent 2b624db303
commit 53a55f6a60

View File

@ -18,7 +18,7 @@ In order to build one of the sample apps, you need to set a few environment
variables:: variables::
export BL60X_SDK_PATH=/path/to/this/repo 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:: Then go to the sample directory of interest and call `make`, for example::