Merge pull request #57 from JF002/fix-env-var

Fix typo in README
This commit is contained in:
Marek Kraus 2020-10-31 16:51:01 +01:00 committed by GitHub
commit b0db6e5e09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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::