mirror of
https://github.com/pine64/bl_iot_sdk.git
synced 2024-11-19 14:13:48 +00:00
Fix typo in README: the value of CONFIG_CHIP_NAME must be "BL602" instead of "bl602"
This commit is contained in:
parent
2b624db303
commit
53a55f6a60
@ -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::
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user